pub struct Narrow;Expand description
The pass. It holds nothing, because the width it narrows to is the one the truncation names.
Trait Implementations§
impl Copy for Narrow
impl Eq for Narrow
Source§impl Pass for Narrow
impl Pass for Narrow
impl StructuralPartialEq for Narrow
Auto Trait Implementations§
impl Freeze for Narrow
impl RefUnwindSafe for Narrow
impl Send for Narrow
impl Sync for Narrow
impl Unpin for Narrow
impl UnsafeUnpin for Narrow
impl UnwindSafe for Narrow
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