pub struct DetachRelay {
pub route_channel: u16,
}Expand description
subc-to-module channel-0 control RPC body telling the module a route channel
is gone after client GOODBYE or client drop.
Fields§
§route_channel: u16Trait Implementations§
Source§impl Clone for DetachRelay
impl Clone for DetachRelay
Source§fn clone(&self) -> DetachRelay
fn clone(&self) -> DetachRelay
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 DetachRelay
impl Debug for DetachRelay
Source§impl<'de> Deserialize<'de> for DetachRelay
impl<'de> Deserialize<'de> for DetachRelay
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 DetachRelay
impl PartialEq for DetachRelay
Source§fn eq(&self, other: &DetachRelay) -> bool
fn eq(&self, other: &DetachRelay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DetachRelay
impl Serialize for DetachRelay
impl StructuralPartialEq for DetachRelay
Auto Trait Implementations§
impl Freeze for DetachRelay
impl RefUnwindSafe for DetachRelay
impl Send for DetachRelay
impl Sync for DetachRelay
impl Unpin for DetachRelay
impl UnsafeUnpin for DetachRelay
impl UnwindSafe for DetachRelay
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