pub enum ChanData {
Normal,
Stderr,
}Expand description
Channel data type, normal or stderr
Variants§
Normal
SSH_MSG_CHANNEL_DATA
Stderr
SSH_MSG_CHANNEL_EXTENDED_DATA. Only Stderr is implemented by Sunset,
other types are not widely used.
Trait Implementations§
impl Copy for ChanData
impl StructuralPartialEq for ChanData
Auto Trait Implementations§
impl Freeze for ChanData
impl RefUnwindSafe for ChanData
impl Send for ChanData
impl Sync for ChanData
impl Unpin for ChanData
impl UnwindSafe for ChanData
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