pub struct PrincipalRule {
pub(crate) when: Option<u64>,
pub(crate) was_read: bool,
}
Fields§
§when: Option<u64>
§was_read: bool
Implementations§
Trait Implementations§
Source§impl CandidType for PrincipalRule
impl CandidType for PrincipalRule
Source§impl Clone for PrincipalRule
impl Clone for PrincipalRule
Source§fn clone(&self) -> PrincipalRule
fn clone(&self) -> PrincipalRule
Returns a copy 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 PrincipalRule
impl Debug for PrincipalRule
Source§impl<'de> Deserialize<'de> for PrincipalRule
impl<'de> Deserialize<'de> for PrincipalRule
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 Hash for PrincipalRule
impl Hash for PrincipalRule
Source§impl PartialEq for PrincipalRule
impl PartialEq for PrincipalRule
impl Eq for PrincipalRule
impl StructuralPartialEq for PrincipalRule
Auto Trait Implementations§
impl Freeze for PrincipalRule
impl RefUnwindSafe for PrincipalRule
impl Send for PrincipalRule
impl Sync for PrincipalRule
impl Unpin for PrincipalRule
impl UnwindSafe for PrincipalRule
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