pub struct ListClipper { /* private fields */ }
Implementations§
Source§impl ListClipper
impl ListClipper
Auto Trait Implementations§
impl Freeze for ListClipper
impl RefUnwindSafe for ListClipper
impl Send for ListClipper
impl Sync for ListClipper
impl Unpin for ListClipper
impl UnwindSafe for ListClipper
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