pub struct AddMirror {
pub remote_cluster: String,
pub home_to_mirror: bool,
}Fields§
§remote_cluster: String§home_to_mirror: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddMirror
impl RefUnwindSafe for AddMirror
impl Send for AddMirror
impl Sync for AddMirror
impl Unpin for AddMirror
impl UnwindSafe for AddMirror
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