pub struct FileAttrBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for FileAttrBuilder
impl Debug for FileAttrBuilder
Auto Trait Implementations§
impl Freeze for FileAttrBuilder
impl RefUnwindSafe for FileAttrBuilder
impl Send for FileAttrBuilder
impl Sync for FileAttrBuilder
impl Unpin for FileAttrBuilder
impl UnwindSafe for FileAttrBuilder
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