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