pub struct AppTag { /* private fields */ }Available on crate features
ssh or tls only.Trait Implementations§
impl Eq for AppTag
impl StructuralPartialEq for AppTag
Auto Trait Implementations§
impl Freeze for AppTag
impl RefUnwindSafe for AppTag
impl Send for AppTag
impl Sync for AppTag
impl Unpin for AppTag
impl UnwindSafe for AppTag
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