pub struct TapeDriveUpdateInventoryRequest {
pub catalog: Option<bool>,
pub read_all_labels: Option<bool>,
}Fields§
§catalog: Option<bool>Restore the catalog from tape.
read_all_labels: Option<bool>Load all tapes and try read labels (even if already inventoried)
Implementations§
Trait Implementations§
Source§impl Clone for TapeDriveUpdateInventoryRequest
impl Clone for TapeDriveUpdateInventoryRequest
Source§fn clone(&self) -> TapeDriveUpdateInventoryRequest
fn clone(&self) -> TapeDriveUpdateInventoryRequest
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 Default for TapeDriveUpdateInventoryRequest
impl Default for TapeDriveUpdateInventoryRequest
Source§fn default() -> TapeDriveUpdateInventoryRequest
fn default() -> TapeDriveUpdateInventoryRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TapeDriveUpdateInventoryRequest
impl<'de> Deserialize<'de> for TapeDriveUpdateInventoryRequest
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 TapeDriveUpdateInventoryRequest
impl PartialEq for TapeDriveUpdateInventoryRequest
Source§fn eq(&self, other: &TapeDriveUpdateInventoryRequest) -> bool
fn eq(&self, other: &TapeDriveUpdateInventoryRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TapeDriveUpdateInventoryRequest
Auto Trait Implementations§
impl Freeze for TapeDriveUpdateInventoryRequest
impl RefUnwindSafe for TapeDriveUpdateInventoryRequest
impl Send for TapeDriveUpdateInventoryRequest
impl Sync for TapeDriveUpdateInventoryRequest
impl Unpin for TapeDriveUpdateInventoryRequest
impl UnsafeUnpin for TapeDriveUpdateInventoryRequest
impl UnwindSafe for TapeDriveUpdateInventoryRequest
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