pub enum TakCotType {
GeoFence,
Marker,
RangeBearing,
Route,
Shape,
Other,
}Expand description
An enum of expected message types.
Variants§
Trait Implementations§
Source§impl Clone for TakCotType
impl Clone for TakCotType
Source§fn clone(&self) -> TakCotType
fn clone(&self) -> TakCotType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TakCotType
impl Debug for TakCotType
Source§impl PartialEq for TakCotType
impl PartialEq for TakCotType
impl Copy for TakCotType
impl StructuralPartialEq for TakCotType
Auto Trait Implementations§
impl Freeze for TakCotType
impl RefUnwindSafe for TakCotType
impl Send for TakCotType
impl Sync for TakCotType
impl Unpin for TakCotType
impl UnwindSafe for TakCotType
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