pub struct ExternalInitSecret;
Trait Implementations§
Source§impl Clone for ExternalInitSecret
impl Clone for ExternalInitSecret
Source§fn clone(&self) -> ExternalInitSecret
fn clone(&self) -> ExternalInitSecret
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 ExternalInitSecret
impl Debug for ExternalInitSecret
Source§impl<'de> Deserialize<'de> for ExternalInitSecret
impl<'de> Deserialize<'de> for ExternalInitSecret
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 Display for ExternalInitSecret
impl Display for ExternalInitSecret
Source§impl PartialEq for ExternalInitSecret
impl PartialEq for ExternalInitSecret
Source§impl Serialize for ExternalInitSecret
impl Serialize for ExternalInitSecret
Source§impl ToPrefixedLabel for ExternalInitSecret
impl ToPrefixedLabel for ExternalInitSecret
fn to_prefixed_string(&self, protocol_version: ProtocolVersion) -> String
impl Eq for ExternalInitSecret
impl StructuralPartialEq for ExternalInitSecret
Auto Trait Implementations§
impl Freeze for ExternalInitSecret
impl RefUnwindSafe for ExternalInitSecret
impl Send for ExternalInitSecret
impl Sync for ExternalInitSecret
impl Unpin for ExternalInitSecret
impl UnwindSafe for ExternalInitSecret
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