pub struct TakeLastXBytes(pub usize);Tuple Fields§
§0: usizeAuto Trait Implementations§
impl Freeze for TakeLastXBytes
impl RefUnwindSafe for TakeLastXBytes
impl Send for TakeLastXBytes
impl Sync for TakeLastXBytes
impl Unpin for TakeLastXBytes
impl UnwindSafe for TakeLastXBytes
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