pub enum EmptyReply {
Ok,
Errs(Errors),
}
Available on crate features
ssh
or tls
only.Variants§
Trait Implementations§
Source§impl Clone for EmptyReply
impl Clone for EmptyReply
Source§fn clone(&self) -> EmptyReply
fn clone(&self) -> EmptyReply
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 EmptyReply
impl Debug for EmptyReply
Source§impl IntoResult for EmptyReply
impl IntoResult for EmptyReply
Source§impl PartialEq for EmptyReply
impl PartialEq for EmptyReply
Source§impl ReadXml for EmptyReply
impl ReadXml for EmptyReply
impl Eq for EmptyReply
impl StructuralPartialEq for EmptyReply
Auto Trait Implementations§
impl Freeze for EmptyReply
impl RefUnwindSafe for EmptyReply
impl Send for EmptyReply
impl Sync for EmptyReply
impl Unpin for EmptyReply
impl UnwindSafe for EmptyReply
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