pub struct ListAuthorizersResponse {
pub authorizers: Option<Vec<AuthorizerSummary>>,
pub next_marker: Option<String>,
}Fields§
The authorizers.
next_marker: Option<String>A marker used to get the next set of results.
Trait Implementations§
Source§impl Clone for ListAuthorizersResponse
impl Clone for ListAuthorizersResponse
Source§fn clone(&self) -> ListAuthorizersResponse
fn clone(&self) -> ListAuthorizersResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 ListAuthorizersResponse
impl Debug for ListAuthorizersResponse
Source§impl Default for ListAuthorizersResponse
impl Default for ListAuthorizersResponse
Source§fn default() -> ListAuthorizersResponse
fn default() -> ListAuthorizersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListAuthorizersResponse
impl<'de> Deserialize<'de> for ListAuthorizersResponse
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 ListAuthorizersResponse
impl PartialEq for ListAuthorizersResponse
impl StructuralPartialEq for ListAuthorizersResponse
Auto Trait Implementations§
impl Freeze for ListAuthorizersResponse
impl RefUnwindSafe for ListAuthorizersResponse
impl Send for ListAuthorizersResponse
impl Sync for ListAuthorizersResponse
impl Unpin for ListAuthorizersResponse
impl UnwindSafe for ListAuthorizersResponse
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