pub struct BigFile {
pub url: String,
pub size: u64,
}
Fields§
§url: String
§size: u64
Implementations§
Auto Trait Implementations§
impl Freeze for BigFile
impl RefUnwindSafe for BigFile
impl Send for BigFile
impl Sync for BigFile
impl Unpin for BigFile
impl UnwindSafe for BigFile
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