pub struct ListKeysetRequest {
pub show_disabled: bool,
}
Expand description
Fields§
§show_disabled: bool
Trait Implementations§
Source§impl Debug for ListKeysetRequest
impl Debug for ListKeysetRequest
Source§impl Default for ListKeysetRequest
impl Default for ListKeysetRequest
Source§fn default() -> ListKeysetRequest
fn default() -> ListKeysetRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListKeysetRequest
impl<'de> Deserialize<'de> for ListKeysetRequest
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 Serialize for ListKeysetRequest
impl Serialize for ListKeysetRequest
Auto Trait Implementations§
impl Freeze for ListKeysetRequest
impl RefUnwindSafe for ListKeysetRequest
impl Send for ListKeysetRequest
impl Sync for ListKeysetRequest
impl Unpin for ListKeysetRequest
impl UnwindSafe for ListKeysetRequest
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