pub struct ListMethod;Expand description
list method
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListMethod
impl RefUnwindSafe for ListMethod
impl Send for ListMethod
impl Sync for ListMethod
impl Unpin for ListMethod
impl UnwindSafe for ListMethod
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