pub struct ConfCore {}Trait Implementations§
impl StructuralPartialEq for ConfCore
Auto Trait Implementations§
impl Freeze for ConfCore
impl RefUnwindSafe for ConfCore
impl Send for ConfCore
impl Sync for ConfCore
impl Unpin for ConfCore
impl UnwindSafe for ConfCore
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