pub struct TrustProtocol {
pub name: Protocol,
}Fields§
§name: ProtocolTrait Implementations§
Source§impl Clone for TrustProtocol
impl Clone for TrustProtocol
Source§fn clone(&self) -> TrustProtocol
fn clone(&self) -> TrustProtocol
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 Debug for TrustProtocol
impl Debug for TrustProtocol
Source§impl<'de> Deserialize<'de> for TrustProtocol
impl<'de> Deserialize<'de> for TrustProtocol
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 TrustProtocol
impl PartialEq for TrustProtocol
Source§impl Serialize for TrustProtocol
impl Serialize for TrustProtocol
impl StructuralPartialEq for TrustProtocol
Auto Trait Implementations§
impl Freeze for TrustProtocol
impl RefUnwindSafe for TrustProtocol
impl Send for TrustProtocol
impl Sync for TrustProtocol
impl Unpin for TrustProtocol
impl UnsafeUnpin for TrustProtocol
impl UnwindSafe for TrustProtocol
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