Struct ZoneID
pub struct ZoneID(/* private fields */);Expand description
A unique identifier for a detection zone.
Trait Implementations§
§impl<'de> Deserialize<'de> for ZoneID
impl<'de> Deserialize<'de> for ZoneID
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Ord for ZoneID
impl Ord for ZoneID
§impl PartialOrd for ZoneID
impl PartialOrd for ZoneID
impl Eq for ZoneID
impl StructuralPartialEq for ZoneID
Auto Trait Implementations§
impl Freeze for ZoneID
impl RefUnwindSafe for ZoneID
impl Send for ZoneID
impl Sync for ZoneID
impl Unpin for ZoneID
impl UnwindSafe for ZoneID
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