pub struct ExportRequest {
pub tenant_id: Option<String>,
pub namespace: Option<String>,
pub include_archived: bool,
}Fields§
§tenant_id: Option<String>§namespace: Option<String>§include_archived: boolTrait Implementations§
Source§impl Clone for ExportRequest
impl Clone for ExportRequest
Source§fn clone(&self) -> ExportRequest
fn clone(&self) -> ExportRequest
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 ExportRequest
impl Debug for ExportRequest
Source§impl Default for ExportRequest
impl Default for ExportRequest
Source§fn default() -> ExportRequest
fn default() -> ExportRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportRequest
impl<'de> Deserialize<'de> for ExportRequest
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 ExportRequest
impl PartialEq for ExportRequest
Source§fn eq(&self, other: &ExportRequest) -> bool
fn eq(&self, other: &ExportRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExportRequest
impl Serialize for ExportRequest
impl Eq for ExportRequest
impl StructuralPartialEq for ExportRequest
Auto Trait Implementations§
impl Freeze for ExportRequest
impl RefUnwindSafe for ExportRequest
impl Send for ExportRequest
impl Sync for ExportRequest
impl Unpin for ExportRequest
impl UnsafeUnpin for ExportRequest
impl UnwindSafe for ExportRequest
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