pub enum AddOnionFlag {
DiscardPK,
Detach,
BasicAuth,
}Variants§
Auto Trait Implementations§
impl Freeze for AddOnionFlag
impl RefUnwindSafe for AddOnionFlag
impl Send for AddOnionFlag
impl Sync for AddOnionFlag
impl Unpin for AddOnionFlag
impl UnwindSafe for AddOnionFlag
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