pub struct InformationTlv {
pub information_type: InformationType,
pub value: String,
}Expand description
Information TLV
The Information TLV is used by the Initiation and Peer Up messages.
Fields§
§information_type: InformationTypeTLV message type
value: StringTLV message value
Trait Implementations§
Source§impl Clone for InformationTlv
impl Clone for InformationTlv
Source§fn clone(&self) -> InformationTlv
fn clone(&self) -> InformationTlv
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 moreAuto Trait Implementations§
impl Freeze for InformationTlv
impl RefUnwindSafe for InformationTlv
impl Send for InformationTlv
impl Sync for InformationTlv
impl Unpin for InformationTlv
impl UnwindSafe for InformationTlv
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