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