pub struct KerbAdRestrictionEntry {
pub restriction_type: ExplicitContextTag0<IntegerAsn1>,
pub restriction: ExplicitContextTag1<OctetStringAsn1>,
}Expand description
2.2.6 KERB-AD-RESTRICTION-ENTRY
KERB-AD-RESTRICTION-ENTRY ::= SEQUENCE {
restriction-type [0] Int32,
restriction [1] OCTET STRING
}Fields§
§restriction_type: ExplicitContextTag0<IntegerAsn1>§restriction: ExplicitContextTag1<OctetStringAsn1>Trait Implementations§
Source§impl Clone for KerbAdRestrictionEntry
impl Clone for KerbAdRestrictionEntry
Source§fn clone(&self) -> KerbAdRestrictionEntry
fn clone(&self) -> KerbAdRestrictionEntry
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 KerbAdRestrictionEntry
impl Debug for KerbAdRestrictionEntry
Source§impl<'de> Deserialize<'de> for KerbAdRestrictionEntry
impl<'de> Deserialize<'de> for KerbAdRestrictionEntry
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 KerbAdRestrictionEntry
impl PartialEq for KerbAdRestrictionEntry
Source§impl Serialize for KerbAdRestrictionEntry
impl Serialize for KerbAdRestrictionEntry
impl Eq for KerbAdRestrictionEntry
impl StructuralPartialEq for KerbAdRestrictionEntry
Auto Trait Implementations§
impl Freeze for KerbAdRestrictionEntry
impl RefUnwindSafe for KerbAdRestrictionEntry
impl Send for KerbAdRestrictionEntry
impl Sync for KerbAdRestrictionEntry
impl Unpin for KerbAdRestrictionEntry
impl UnwindSafe for KerbAdRestrictionEntry
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