pub struct NamePair {
pub bytes: FileSize,
pub name: String,
/* private fields */
}Fields§
§bytes: FileSize§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamePair
impl RefUnwindSafe for NamePair
impl Send for NamePair
impl Sync for NamePair
impl Unpin for NamePair
impl UnwindSafe for NamePair
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