pub struct ApplicationSessionVerifierPolicyView {
pub root_canister_id: Principal,
pub minimum_accepted_registry_epoch: Option<u64>,
}Expand description
Non-secret verifier policy that selects the accepted root registry authority.
Fields§
§root_canister_id: Principal§minimum_accepted_registry_epoch: Option<u64>Trait Implementations§
Source§impl Clone for ApplicationSessionVerifierPolicyView
impl Clone for ApplicationSessionVerifierPolicyView
Source§fn clone(&self) -> ApplicationSessionVerifierPolicyView
fn clone(&self) -> ApplicationSessionVerifierPolicyView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ApplicationSessionVerifierPolicyView
impl<'de> Deserialize<'de> for ApplicationSessionVerifierPolicyView
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 ApplicationSessionVerifierPolicyView
impl StructuralPartialEq for ApplicationSessionVerifierPolicyView
Auto Trait Implementations§
impl Freeze for ApplicationSessionVerifierPolicyView
impl RefUnwindSafe for ApplicationSessionVerifierPolicyView
impl Send for ApplicationSessionVerifierPolicyView
impl Sync for ApplicationSessionVerifierPolicyView
impl Unpin for ApplicationSessionVerifierPolicyView
impl UnsafeUnpin for ApplicationSessionVerifierPolicyView
impl UnwindSafe for ApplicationSessionVerifierPolicyView
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