pub enum ValidFrame {
Open,
SaeCommit,
SaeConfirm,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidFrame
impl RefUnwindSafe for ValidFrame
impl Send for ValidFrame
impl Sync for ValidFrame
impl Unpin for ValidFrame
impl UnwindSafe for ValidFrame
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