pub struct DrainStorageCopysetRequest {
pub force: Option<bool>,
}Fields§
§force: Option<bool>Trait Implementations§
Source§impl Clone for DrainStorageCopysetRequest
impl Clone for DrainStorageCopysetRequest
Source§fn clone(&self) -> DrainStorageCopysetRequest
fn clone(&self) -> DrainStorageCopysetRequest
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 DrainStorageCopysetRequest
impl Debug for DrainStorageCopysetRequest
Auto Trait Implementations§
impl Freeze for DrainStorageCopysetRequest
impl RefUnwindSafe for DrainStorageCopysetRequest
impl Send for DrainStorageCopysetRequest
impl Sync for DrainStorageCopysetRequest
impl Unpin for DrainStorageCopysetRequest
impl UnsafeUnpin for DrainStorageCopysetRequest
impl UnwindSafe for DrainStorageCopysetRequest
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