pub struct PolicyEventRefOrValue {}Expand description
Container for PolicyEvent Reference or PolicyEvent object
Trait Implementations§
Source§impl Clone for PolicyEventRefOrValue
impl Clone for PolicyEventRefOrValue
Source§fn clone(&self) -> PolicyEventRefOrValue
fn clone(&self) -> PolicyEventRefOrValue
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 PolicyEventRefOrValue
impl Debug for PolicyEventRefOrValue
Source§impl Default for PolicyEventRefOrValue
impl Default for PolicyEventRefOrValue
Source§fn default() -> PolicyEventRefOrValue
fn default() -> PolicyEventRefOrValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyEventRefOrValue
impl<'de> Deserialize<'de> for PolicyEventRefOrValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PolicyEventRefOrValue
impl Display for PolicyEventRefOrValue
Auto Trait Implementations§
impl Freeze for PolicyEventRefOrValue
impl RefUnwindSafe for PolicyEventRefOrValue
impl Send for PolicyEventRefOrValue
impl Sync for PolicyEventRefOrValue
impl Unpin for PolicyEventRefOrValue
impl UnsafeUnpin for PolicyEventRefOrValue
impl UnwindSafe for PolicyEventRefOrValue
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