pub struct WriteAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteAt
impl RefUnwindSafe for WriteAt
impl Send for WriteAt
impl Sync for WriteAt
impl Unpin for WriteAt
impl UnwindSafe for WriteAt
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