pub enum SnapshotRegion {
Timebase,
RoutingTable,
Tunnels,
SelfRatchets,
DestinationIdentities,
}Expand description
SelfRatchets blobs carry secrets, so they ride the identity vault rather than a
PersistedStore — the region tag still seals them against cross-region mixups.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SnapshotRegion
impl Clone for SnapshotRegion
Source§fn clone(&self) -> SnapshotRegion
fn clone(&self) -> SnapshotRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnapshotRegion
Source§impl Debug for SnapshotRegion
impl Debug for SnapshotRegion
impl Eq for SnapshotRegion
Source§impl PartialEq for SnapshotRegion
impl PartialEq for SnapshotRegion
impl StructuralPartialEq for SnapshotRegion
Auto Trait Implementations§
impl Freeze for SnapshotRegion
impl RefUnwindSafe for SnapshotRegion
impl Send for SnapshotRegion
impl Sync for SnapshotRegion
impl Unpin for SnapshotRegion
impl UnsafeUnpin for SnapshotRegion
impl UnwindSafe for SnapshotRegion
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