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