pub struct ExpectedChannelState(pub ChannelState);Tuple Fields§
§0: ChannelStateTrait Implementations§
Source§impl Clone for ExpectedChannelState
impl Clone for ExpectedChannelState
Source§fn clone(&self) -> ExpectedChannelState
fn clone(&self) -> ExpectedChannelState
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 ExpectedChannelState
impl Debug for ExpectedChannelState
impl Copy for ExpectedChannelState
Auto Trait Implementations§
impl Freeze for ExpectedChannelState
impl RefUnwindSafe for ExpectedChannelState
impl Send for ExpectedChannelState
impl Sync for ExpectedChannelState
impl Unpin for ExpectedChannelState
impl UnwindSafe for ExpectedChannelState
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