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