pub struct InstitutionSupportedNetworks {
pub rtp: TransferCapabilitiesGetRtp,
}
Expand description
Contains the RTP network and types supported by the linked Item’s institution.
Fields§
§rtp: TransferCapabilitiesGetRtp
Contains the supported service types in RTP
Trait Implementations§
Source§impl Clone for InstitutionSupportedNetworks
impl Clone for InstitutionSupportedNetworks
Source§fn clone(&self) -> InstitutionSupportedNetworks
fn clone(&self) -> InstitutionSupportedNetworks
Returns a copy 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 InstitutionSupportedNetworks
impl Debug for InstitutionSupportedNetworks
Source§impl Default for InstitutionSupportedNetworks
impl Default for InstitutionSupportedNetworks
Source§fn default() -> InstitutionSupportedNetworks
fn default() -> InstitutionSupportedNetworks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstitutionSupportedNetworks
impl<'de> Deserialize<'de> for InstitutionSupportedNetworks
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
Auto Trait Implementations§
impl Freeze for InstitutionSupportedNetworks
impl RefUnwindSafe for InstitutionSupportedNetworks
impl Send for InstitutionSupportedNetworks
impl Sync for InstitutionSupportedNetworks
impl Unpin for InstitutionSupportedNetworks
impl UnwindSafe for InstitutionSupportedNetworks
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