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