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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)