pub struct NetworkChannel {
pub network_id: Option<String>,
pub name: Option<String>,
}
Expand description
NetworkChannel : Deprecated in the only used reference - NetworkConnectionResponse
Fields§
§network_id: Option<String>
§name: Option<String>
Implementations§
Source§impl NetworkChannel
impl NetworkChannel
Sourcepub fn new() -> NetworkChannel
pub fn new() -> NetworkChannel
Deprecated in the only used reference - NetworkConnectionResponse
Trait Implementations§
Source§impl Clone for NetworkChannel
impl Clone for NetworkChannel
Source§fn clone(&self) -> NetworkChannel
fn clone(&self) -> NetworkChannel
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 NetworkChannel
impl Debug for NetworkChannel
Source§impl Default for NetworkChannel
impl Default for NetworkChannel
Source§fn default() -> NetworkChannel
fn default() -> NetworkChannel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkChannel
impl<'de> Deserialize<'de> for NetworkChannel
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 NetworkChannel
impl PartialEq for NetworkChannel
Source§impl Serialize for NetworkChannel
impl Serialize for NetworkChannel
impl StructuralPartialEq for NetworkChannel
Auto Trait Implementations§
impl Freeze for NetworkChannel
impl RefUnwindSafe for NetworkChannel
impl Send for NetworkChannel
impl Sync for NetworkChannel
impl Unpin for NetworkChannel
impl UnwindSafe for NetworkChannel
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