pub struct ConfMethod(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ConfMethod
impl RefUnwindSafe for ConfMethod
impl !Send for ConfMethod
impl !Sync for ConfMethod
impl Unpin for ConfMethod
impl UnsafeUnpin for ConfMethod
impl UnwindSafe for ConfMethod
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