pub struct Dcp {
pub access: Access,
pub statement: Vec<Statement>,
pub expiry: Option<Expiry>,
}
Expand description
Type corresponding to
Fields§
§access: Access
Data for the
statement: Vec<Statement>
Data for the
expiry: Option<Expiry>
Data for the
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dcp
impl<'de> Deserialize<'de> for Dcp
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
impl Eq for Dcp
impl StructuralPartialEq for Dcp
Auto Trait Implementations§
impl Freeze for Dcp
impl RefUnwindSafe for Dcp
impl Send for Dcp
impl Sync for Dcp
impl Unpin for Dcp
impl UnwindSafe for Dcp
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