pub enum CdsInfo {
Created,
Restored,
}Expand description
Information about the status of a CDS block upon registration.
Variants§
Created
The CDS block was newly created and its contents are uninitialized.
Restored
The CDS block already existed and its contents have been restored.
Trait Implementations§
impl Copy for CdsInfo
impl Eq for CdsInfo
impl StructuralPartialEq for CdsInfo
Auto Trait Implementations§
impl Freeze for CdsInfo
impl RefUnwindSafe for CdsInfo
impl Send for CdsInfo
impl Sync for CdsInfo
impl Unpin for CdsInfo
impl UnsafeUnpin for CdsInfo
impl UnwindSafe for CdsInfo
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