pub struct StationIdentification { /* private fields */ }Implementations§
Source§impl StationIdentification
impl StationIdentification
pub fn new( payload: &[u8], interval: StationIdInterval, wire_format: StationIdWireFormat, ) -> Result<StationIdentification, EmptyStationIdentification>
Trait Implementations§
Source§impl Clone for StationIdentification
impl Clone for StationIdentification
Source§fn clone(&self) -> StationIdentification
fn clone(&self) -> StationIdentification
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 moreSource§impl Debug for StationIdentification
impl Debug for StationIdentification
impl Eq for StationIdentification
Source§impl PartialEq for StationIdentification
impl PartialEq for StationIdentification
impl StructuralPartialEq for StationIdentification
Auto Trait Implementations§
impl Freeze for StationIdentification
impl RefUnwindSafe for StationIdentification
impl Send for StationIdentification
impl Sync for StationIdentification
impl Unpin for StationIdentification
impl UnsafeUnpin for StationIdentification
impl UnwindSafe for StationIdentification
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