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