pub struct UidRotateTokenOutput {
pub token: Option<String>,
}Fields§
§token: Option<String>Implementations§
Source§impl UidRotateTokenOutput
impl UidRotateTokenOutput
pub fn new() -> UidRotateTokenOutput
Trait Implementations§
Source§impl Clone for UidRotateTokenOutput
impl Clone for UidRotateTokenOutput
Source§fn clone(&self) -> UidRotateTokenOutput
fn clone(&self) -> UidRotateTokenOutput
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 UidRotateTokenOutput
impl Debug for UidRotateTokenOutput
Source§impl Default for UidRotateTokenOutput
impl Default for UidRotateTokenOutput
Source§fn default() -> UidRotateTokenOutput
fn default() -> UidRotateTokenOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UidRotateTokenOutput
impl<'de> Deserialize<'de> for UidRotateTokenOutput
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 UidRotateTokenOutput
impl PartialEq for UidRotateTokenOutput
Source§fn eq(&self, other: &UidRotateTokenOutput) -> bool
fn eq(&self, other: &UidRotateTokenOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UidRotateTokenOutput
impl Serialize for UidRotateTokenOutput
impl StructuralPartialEq for UidRotateTokenOutput
Auto Trait Implementations§
impl Freeze for UidRotateTokenOutput
impl RefUnwindSafe for UidRotateTokenOutput
impl Send for UidRotateTokenOutput
impl Sync for UidRotateTokenOutput
impl Unpin for UidRotateTokenOutput
impl UnsafeUnpin for UidRotateTokenOutput
impl UnwindSafe for UidRotateTokenOutput
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