pub struct PolicyInstruction(/* private fields */);Implementations§
Source§impl PolicyInstruction
impl PolicyInstruction
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for PolicyInstruction
impl Clone for PolicyInstruction
Source§fn clone(&self) -> PolicyInstruction
fn clone(&self) -> PolicyInstruction
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 PolicyInstruction
impl Debug for PolicyInstruction
Source§impl<'de> Deserialize<'de> for PolicyInstruction
impl<'de> Deserialize<'de> for PolicyInstruction
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 PolicyInstruction
impl Hash for PolicyInstruction
Source§impl Ord for PolicyInstruction
impl Ord for PolicyInstruction
Source§fn cmp(&self, other: &PolicyInstruction) -> Ordering
fn cmp(&self, other: &PolicyInstruction) -> 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 PolicyInstruction
impl PartialEq for PolicyInstruction
Source§impl PartialOrd for PolicyInstruction
impl PartialOrd for PolicyInstruction
Source§impl Serialize for PolicyInstruction
impl Serialize for PolicyInstruction
impl Eq for PolicyInstruction
impl StructuralPartialEq for PolicyInstruction
Auto Trait Implementations§
impl Freeze for PolicyInstruction
impl RefUnwindSafe for PolicyInstruction
impl Send for PolicyInstruction
impl Sync for PolicyInstruction
impl Unpin for PolicyInstruction
impl UnsafeUnpin for PolicyInstruction
impl UnwindSafe for PolicyInstruction
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