pub enum VersionThreshold {
ProtocolVersion2,
ProtocolVersion3,
ProtocolVersion4,
ProtocolVersion5,
}Variants§
ProtocolVersion2
Protocol Version 1 (Thread v1.0) or 2 (Thread v1.1.x)
ProtocolVersion3
Protocol Version 3 (Thread v1.2.x)
ProtocolVersion4
Protocol Version 4, (Thread v1.3.x)
ProtocolVersion5
Protocol Version 5, (Thread v1.4.x)
Auto Trait Implementations§
impl Freeze for VersionThreshold
impl RefUnwindSafe for VersionThreshold
impl Send for VersionThreshold
impl Sync for VersionThreshold
impl Unpin for VersionThreshold
impl UnsafeUnpin for VersionThreshold
impl UnwindSafe for VersionThreshold
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