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