pub enum SipVersion {
V2_0,
}
Variants§
V2_0
Trait Implementations§
Source§impl Debug for SipVersion
impl Debug for SipVersion
Auto Trait Implementations§
impl Freeze for SipVersion
impl RefUnwindSafe for SipVersion
impl Send for SipVersion
impl Sync for SipVersion
impl Unpin for SipVersion
impl UnwindSafe for SipVersion
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