pub struct SubnetAuthStateInput {
pub delegated_root_public_key: Option<SubnetRootPublicKeyInput>,
}Fields§
§delegated_root_public_key: Option<SubnetRootPublicKeyInput>Trait Implementations§
Source§impl CandidType for SubnetAuthStateInput
impl CandidType for SubnetAuthStateInput
Source§impl Clone for SubnetAuthStateInput
impl Clone for SubnetAuthStateInput
Source§fn clone(&self) -> SubnetAuthStateInput
fn clone(&self) -> SubnetAuthStateInput
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 SubnetAuthStateInput
impl Debug for SubnetAuthStateInput
Source§impl Default for SubnetAuthStateInput
impl Default for SubnetAuthStateInput
Source§fn default() -> SubnetAuthStateInput
fn default() -> SubnetAuthStateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubnetAuthStateInput
impl<'de> Deserialize<'de> for SubnetAuthStateInput
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 SubnetAuthStateInput
impl PartialEq for SubnetAuthStateInput
impl Eq for SubnetAuthStateInput
impl StructuralPartialEq for SubnetAuthStateInput
Auto Trait Implementations§
impl Freeze for SubnetAuthStateInput
impl RefUnwindSafe for SubnetAuthStateInput
impl Send for SubnetAuthStateInput
impl Sync for SubnetAuthStateInput
impl Unpin for SubnetAuthStateInput
impl UnsafeUnpin for SubnetAuthStateInput
impl UnwindSafe for SubnetAuthStateInput
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