pub struct SrvConnectionFormat { /* private fields */ }Expand description
Srv connection format.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for SrvConnectionFormat
impl Clone for SrvConnectionFormat
Source§fn clone(&self) -> SrvConnectionFormat
fn clone(&self) -> SrvConnectionFormat
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 SrvConnectionFormat
impl Debug for SrvConnectionFormat
Source§impl Default for SrvConnectionFormat
impl Default for SrvConnectionFormat
Source§fn default() -> SrvConnectionFormat
fn default() -> SrvConnectionFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SrvConnectionFormat
impl<'de> Deserialize<'de> for SrvConnectionFormat
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 Serialize for SrvConnectionFormat
impl Serialize for SrvConnectionFormat
impl Part for SrvConnectionFormat
Auto Trait Implementations§
impl Freeze for SrvConnectionFormat
impl RefUnwindSafe for SrvConnectionFormat
impl Send for SrvConnectionFormat
impl Sync for SrvConnectionFormat
impl Unpin for SrvConnectionFormat
impl UnwindSafe for SrvConnectionFormat
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