pub struct SecurityProperty {
pub this: Box<Expression>,
}Expand description
SecurityProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for SecurityProperty
impl Clone for SecurityProperty
Source§fn clone(&self) -> SecurityProperty
fn clone(&self) -> SecurityProperty
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 SecurityProperty
impl Debug for SecurityProperty
Source§impl<'de> Deserialize<'de> for SecurityProperty
impl<'de> Deserialize<'de> for SecurityProperty
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 PartialEq for SecurityProperty
impl PartialEq for SecurityProperty
Source§impl Serialize for SecurityProperty
impl Serialize for SecurityProperty
impl StructuralPartialEq for SecurityProperty
Auto Trait Implementations§
impl Freeze for SecurityProperty
impl RefUnwindSafe for SecurityProperty
impl Send for SecurityProperty
impl Sync for SecurityProperty
impl Unpin for SecurityProperty
impl UnwindSafe for SecurityProperty
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