pub struct UpdateVolumeCopysetConfigRequest {
pub target_copyset_count: i32,
}Fields§
§target_copyset_count: i32Trait Implementations§
Source§impl Clone for UpdateVolumeCopysetConfigRequest
impl Clone for UpdateVolumeCopysetConfigRequest
Source§fn clone(&self) -> UpdateVolumeCopysetConfigRequest
fn clone(&self) -> UpdateVolumeCopysetConfigRequest
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 From<&UpdateVolumePairConfigRequest> for UpdateVolumeCopysetConfigRequest
impl From<&UpdateVolumePairConfigRequest> for UpdateVolumeCopysetConfigRequest
Source§fn from(req: &UpdateVolumePairConfigRequest) -> Self
fn from(req: &UpdateVolumePairConfigRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UpdateVolumeCopysetConfigRequest
impl RefUnwindSafe for UpdateVolumeCopysetConfigRequest
impl Send for UpdateVolumeCopysetConfigRequest
impl Sync for UpdateVolumeCopysetConfigRequest
impl Unpin for UpdateVolumeCopysetConfigRequest
impl UnsafeUnpin for UpdateVolumeCopysetConfigRequest
impl UnwindSafe for UpdateVolumeCopysetConfigRequest
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