pub enum NamesReplyChannelType {
Secret,
Private,
Other,
}
Variants§
Trait Implementations§
Source§impl Debug for NamesReplyChannelType
impl Debug for NamesReplyChannelType
Source§impl PartialEq for NamesReplyChannelType
impl PartialEq for NamesReplyChannelType
impl StructuralPartialEq for NamesReplyChannelType
Auto Trait Implementations§
impl Freeze for NamesReplyChannelType
impl RefUnwindSafe for NamesReplyChannelType
impl Send for NamesReplyChannelType
impl Sync for NamesReplyChannelType
impl Unpin for NamesReplyChannelType
impl UnwindSafe for NamesReplyChannelType
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