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 Freeze for AdditionalInfos
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