pub struct InlineResponse20020 {
pub data: Option<Vec<SecretStoreResponse>>,
pub meta: Option<Box<PaginationCursorMeta>>,
}Fields§
§data: Option<Vec<SecretStoreResponse>>§meta: Option<Box<PaginationCursorMeta>>Implementations§
Source§impl InlineResponse20020
impl InlineResponse20020
pub fn new() -> InlineResponse20020
Trait Implementations§
Source§impl Clone for InlineResponse20020
impl Clone for InlineResponse20020
Source§fn clone(&self) -> InlineResponse20020
fn clone(&self) -> InlineResponse20020
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 InlineResponse20020
impl Debug for InlineResponse20020
Source§impl Default for InlineResponse20020
impl Default for InlineResponse20020
Source§fn default() -> InlineResponse20020
fn default() -> InlineResponse20020
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse20020
impl<'de> Deserialize<'de> for InlineResponse20020
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 InlineResponse20020
impl PartialEq for InlineResponse20020
Source§impl Serialize for InlineResponse20020
impl Serialize for InlineResponse20020
impl StructuralPartialEq for InlineResponse20020
Auto Trait Implementations§
impl Freeze for InlineResponse20020
impl RefUnwindSafe for InlineResponse20020
impl Send for InlineResponse20020
impl Sync for InlineResponse20020
impl Unpin for InlineResponse20020
impl UnsafeUnpin for InlineResponse20020
impl UnwindSafe for InlineResponse20020
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