pub enum AisChannel {
A,
B,
}Expand description
AIS VDL channel for an emitted AIVDM/AIVDO sentence.
Variants§
Trait Implementations§
Source§impl Clone for AisChannel
impl Clone for AisChannel
Source§fn clone(&self) -> AisChannel
fn clone(&self) -> AisChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AisChannel
Source§impl Debug for AisChannel
impl Debug for AisChannel
impl Eq for AisChannel
Source§impl PartialEq for AisChannel
impl PartialEq for AisChannel
impl StructuralPartialEq for AisChannel
Auto Trait Implementations§
impl Freeze for AisChannel
impl RefUnwindSafe for AisChannel
impl Send for AisChannel
impl Sync for AisChannel
impl Unpin for AisChannel
impl UnsafeUnpin for AisChannel
impl UnwindSafe for AisChannel
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