Struct SetConfig
pub struct SetConfig(/* private fields */);
Implementations§
§impl SetConfig
impl SetConfig
pub const SUCCESS: SetConfig
pub const INVALID_CONFIG_TIME: SetConfig
pub const INVALID_TIME: SetConfig
pub const FAILED: SetConfig
Trait Implementations§
§impl Ord for SetConfig
impl Ord for SetConfig
§impl PartialOrd for SetConfig
impl PartialOrd for SetConfig
impl Copy for SetConfig
impl Eq for SetConfig
impl StructuralPartialEq for SetConfig
Auto Trait Implementations§
impl Freeze for SetConfig
impl RefUnwindSafe for SetConfig
impl Send for SetConfig
impl Sync for SetConfig
impl Unpin for SetConfig
impl UnwindSafe for SetConfig
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