pub struct UidCreateChildTokenOutput {
pub token: Option<String>,
}Fields§
§token: Option<String>Implementations§
Source§impl UidCreateChildTokenOutput
impl UidCreateChildTokenOutput
pub fn new() -> UidCreateChildTokenOutput
Trait Implementations§
Source§impl Clone for UidCreateChildTokenOutput
impl Clone for UidCreateChildTokenOutput
Source§fn clone(&self) -> UidCreateChildTokenOutput
fn clone(&self) -> UidCreateChildTokenOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UidCreateChildTokenOutput
impl Debug for UidCreateChildTokenOutput
Source§impl Default for UidCreateChildTokenOutput
impl Default for UidCreateChildTokenOutput
Source§fn default() -> UidCreateChildTokenOutput
fn default() -> UidCreateChildTokenOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UidCreateChildTokenOutput
impl<'de> Deserialize<'de> for UidCreateChildTokenOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UidCreateChildTokenOutput
impl PartialEq for UidCreateChildTokenOutput
Source§fn eq(&self, other: &UidCreateChildTokenOutput) -> bool
fn eq(&self, other: &UidCreateChildTokenOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UidCreateChildTokenOutput
Auto Trait Implementations§
impl Freeze for UidCreateChildTokenOutput
impl RefUnwindSafe for UidCreateChildTokenOutput
impl Send for UidCreateChildTokenOutput
impl Sync for UidCreateChildTokenOutput
impl Unpin for UidCreateChildTokenOutput
impl UnsafeUnpin for UidCreateChildTokenOutput
impl UnwindSafe for UidCreateChildTokenOutput
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