pub struct PartialChannel { /* private fields */ }Expand description
A channel where all the fields are optional, and can be treated as a patch that
can be applied to a Channel.
Implementations§
Trait Implementations§
Source§impl Clone for PartialChannel
impl Clone for PartialChannel
Source§fn clone(&self) -> PartialChannel
fn clone(&self) -> PartialChannel
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 PartialChannel
impl Debug for PartialChannel
Source§impl<'de> Deserialize<'de> for PartialChannel
impl<'de> Deserialize<'de> for PartialChannel
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 PartialChannel
impl PartialEq for PartialChannel
Source§impl Serialize for PartialChannel
impl Serialize for PartialChannel
impl Eq for PartialChannel
impl StructuralPartialEq for PartialChannel
Auto Trait Implementations§
impl Freeze for PartialChannel
impl RefUnwindSafe for PartialChannel
impl Send for PartialChannel
impl Sync for PartialChannel
impl Unpin for PartialChannel
impl UnwindSafe for PartialChannel
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