pub struct ListSnapshotsOptions {
pub node_id: Option<String>,
pub partition: Option<String>,
}Expand description
Options for ListSnapshots request
Fields§
§node_id: Option<String>Node ID to query
partition: Option<String>Partition to query
Trait Implementations§
Source§impl Clone for ListSnapshotsOptions
impl Clone for ListSnapshotsOptions
Source§fn clone(&self) -> ListSnapshotsOptions
fn clone(&self) -> ListSnapshotsOptions
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 ListSnapshotsOptions
impl Debug for ListSnapshotsOptions
Source§impl Default for ListSnapshotsOptions
impl Default for ListSnapshotsOptions
Source§fn default() -> ListSnapshotsOptions
fn default() -> ListSnapshotsOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListSnapshotsOptions
impl<'de> Deserialize<'de> for ListSnapshotsOptions
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 ListSnapshotsOptions
impl PartialEq for ListSnapshotsOptions
Source§impl Serialize for ListSnapshotsOptions
impl Serialize for ListSnapshotsOptions
impl StructuralPartialEq for ListSnapshotsOptions
Auto Trait Implementations§
impl Freeze for ListSnapshotsOptions
impl RefUnwindSafe for ListSnapshotsOptions
impl Send for ListSnapshotsOptions
impl Sync for ListSnapshotsOptions
impl Unpin for ListSnapshotsOptions
impl UnsafeUnpin for ListSnapshotsOptions
impl UnwindSafe for ListSnapshotsOptions
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