pub struct ReservationToken(pub Vec<u8>);Expand description
ReservationToken represents RESERVATION-TOKEN attribute.
The RESERVATION-TOKEN attribute contains a token that uniquely
identifies a relayed transport address being held in reserve by the
server. The server includes this attribute in a success response to
tell the client about the token, and the client includes this
attribute in a subsequent Allocate request to request the server use
that relayed transport address for the allocation.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Debug for ReservationToken
impl Debug for ReservationToken
Source§impl Default for ReservationToken
impl Default for ReservationToken
Source§fn default() -> ReservationToken
fn default() -> ReservationToken
Returns the “default value” for a type. Read more
Source§impl Getter for ReservationToken
impl Getter for ReservationToken
Source§impl PartialEq for ReservationToken
impl PartialEq for ReservationToken
Source§impl Setter for ReservationToken
impl Setter for ReservationToken
impl Eq for ReservationToken
impl StructuralPartialEq for ReservationToken
Auto Trait Implementations§
impl Freeze for ReservationToken
impl RefUnwindSafe for ReservationToken
impl Send for ReservationToken
impl Sync for ReservationToken
impl Unpin for ReservationToken
impl UnwindSafe for ReservationToken
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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