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