pub struct PolicySnapshot(/* private fields */);Implementations§
Source§impl PolicySnapshot
impl PolicySnapshot
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for PolicySnapshot
impl Clone for PolicySnapshot
Source§fn clone(&self) -> PolicySnapshot
fn clone(&self) -> PolicySnapshot
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 PolicySnapshot
impl Debug for PolicySnapshot
Source§impl<'de> Deserialize<'de> for PolicySnapshot
impl<'de> Deserialize<'de> for PolicySnapshot
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PolicySnapshot
impl Hash for PolicySnapshot
Source§impl Ord for PolicySnapshot
impl Ord for PolicySnapshot
Source§fn cmp(&self, other: &PolicySnapshot) -> Ordering
fn cmp(&self, other: &PolicySnapshot) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PolicySnapshot
impl PartialEq for PolicySnapshot
Source§impl PartialOrd for PolicySnapshot
impl PartialOrd for PolicySnapshot
Source§impl Serialize for PolicySnapshot
impl Serialize for PolicySnapshot
impl Eq for PolicySnapshot
impl StructuralPartialEq for PolicySnapshot
Auto Trait Implementations§
impl Freeze for PolicySnapshot
impl RefUnwindSafe for PolicySnapshot
impl Send for PolicySnapshot
impl Sync for PolicySnapshot
impl Unpin for PolicySnapshot
impl UnsafeUnpin for PolicySnapshot
impl UnwindSafe for PolicySnapshot
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