pub struct SpiceChannel {
pub base: SpiceBasicInfo,
pub channel_id: i64,
pub channel_type: i64,
pub connection_id: i64,
pub tls: bool,
}
Fields§
§base: SpiceBasicInfo
§channel_id: i64
§channel_type: i64
§connection_id: i64
§tls: bool
Trait Implementations§
Source§impl Clone for SpiceChannel
impl Clone for SpiceChannel
Source§fn clone(&self) -> SpiceChannel
fn clone(&self) -> SpiceChannel
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 SpiceChannel
impl Debug for SpiceChannel
Source§impl<'de> Deserialize<'de> for SpiceChannel
impl<'de> Deserialize<'de> for SpiceChannel
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 SpiceChannel
impl RefUnwindSafe for SpiceChannel
impl Send for SpiceChannel
impl Sync for SpiceChannel
impl Unpin for SpiceChannel
impl UnwindSafe for SpiceChannel
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