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