pub struct ParsedMegaFileUrl {
pub file_id: String,
pub file_key: FileKey,
}
Expand description
A parsed file url
Fields§
§file_id: String
The public file id
file_key: FileKey
The file key
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedMegaFileUrl
impl RefUnwindSafe for ParsedMegaFileUrl
impl Send for ParsedMegaFileUrl
impl Sync for ParsedMegaFileUrl
impl Unpin for ParsedMegaFileUrl
impl UnwindSafe for ParsedMegaFileUrl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more