Enum tramex_tools::data::AdditionalInfos
source · pub enum AdditionalInfos {
RRCInfos(RRCInfos),
}
Expand description
Data structure to store custom messages (from the amarisoft API)
Variants§
Trait Implementations§
source§impl Clone for AdditionalInfos
impl Clone for AdditionalInfos
source§fn clone(&self) -> AdditionalInfos
fn clone(&self) -> AdditionalInfos
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for AdditionalInfos
impl Send for AdditionalInfos
impl Sync for AdditionalInfos
impl Unpin for AdditionalInfos
impl UnwindSafe for AdditionalInfos
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