pub struct CreateTokenReply { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenReply
impl Clone for CreateTokenReply
Source§fn clone(&self) -> CreateTokenReply
fn clone(&self) -> CreateTokenReply
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 moreSource§impl Debug for CreateTokenReply
impl Debug for CreateTokenReply
Source§impl Default for CreateTokenReply
impl Default for CreateTokenReply
Source§impl From<CreateTokenReply> for CreateTokenReply
impl From<CreateTokenReply> for CreateTokenReply
Source§fn from(value: CreateTokenReply) -> Self
fn from(value: CreateTokenReply) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateTokenReply> for CreateTokenReply
impl TryFrom<CreateTokenReply> for CreateTokenReply
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateTokenReply) -> Result<Self, ConversionError>
fn try_from(value: CreateTokenReply) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateTokenReply
impl RefUnwindSafe for CreateTokenReply
impl Send for CreateTokenReply
impl Sync for CreateTokenReply
impl Unpin for CreateTokenReply
impl UnwindSafe for CreateTokenReply
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