pub struct OptionsManager<T: Value> { /* private fields */ }
Expand description
Represents an object that manages Options
and option snapshots.
Implementations§
Source§impl<T: Value> OptionsManager<T>
impl<T: Value> OptionsManager<T>
Trait Implementations§
Source§impl<T: Value> Options<T> for OptionsManager<T>
impl<T: Value> Options<T> for OptionsManager<T>
Source§impl<T: Value> OptionsSnapshot<T> for OptionsManager<T>
impl<T: Value> OptionsSnapshot<T> for OptionsManager<T>
impl<T: Send + Sync> Send for OptionsManager<T>
impl<T: Send + Sync> Sync for OptionsManager<T>
Auto Trait Implementations§
impl<T> !Freeze for OptionsManager<T>
impl<T> !RefUnwindSafe for OptionsManager<T>
impl<T> Unpin for OptionsManager<T>
impl<T> !UnwindSafe for OptionsManager<T>
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