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