pub struct BackupAndRestoreState(/* private fields */);Expand description
BACnet backup and restore state (Clause 19.1).
Implementations§
Source§impl BackupAndRestoreState
impl BackupAndRestoreState
pub const IDLE: Self
pub const PREPARING_FOR_BACKUP: Self
pub const PREPARING_FOR_RESTORE: Self
pub const PERFORMING_A_BACKUP: Self
pub const PERFORMING_A_RESTORE: Self
Trait Implementations§
Source§impl Clone for BackupAndRestoreState
impl Clone for BackupAndRestoreState
Source§fn clone(&self) -> BackupAndRestoreState
fn clone(&self) -> BackupAndRestoreState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BackupAndRestoreState
impl Debug for BackupAndRestoreState
Source§impl Display for BackupAndRestoreState
impl Display for BackupAndRestoreState
Source§impl Hash for BackupAndRestoreState
impl Hash for BackupAndRestoreState
Source§impl PartialEq for BackupAndRestoreState
impl PartialEq for BackupAndRestoreState
impl Copy for BackupAndRestoreState
impl Eq for BackupAndRestoreState
impl StructuralPartialEq for BackupAndRestoreState
Auto Trait Implementations§
impl Freeze for BackupAndRestoreState
impl RefUnwindSafe for BackupAndRestoreState
impl Send for BackupAndRestoreState
impl Sync for BackupAndRestoreState
impl Unpin for BackupAndRestoreState
impl UnsafeUnpin for BackupAndRestoreState
impl UnwindSafe for BackupAndRestoreState
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