pub struct OwnersDiffView {
pub to_add: Vec<String>,
pub to_remove: Vec<String>,
}Fields§
§to_add: Vec<String>§to_remove: Vec<String>Trait Implementations§
Source§impl Clone for OwnersDiffView
impl Clone for OwnersDiffView
Source§fn clone(&self) -> OwnersDiffView
fn clone(&self) -> OwnersDiffView
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 OwnersDiffView
impl Debug for OwnersDiffView
Source§impl From<&OwnersDiff> for OwnersDiffView
impl From<&OwnersDiff> for OwnersDiffView
Source§fn from(value: &OwnersDiff) -> Self
fn from(value: &OwnersDiff) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OwnersDiffView
impl RefUnwindSafe for OwnersDiffView
impl Send for OwnersDiffView
impl Sync for OwnersDiffView
impl Unpin for OwnersDiffView
impl UnsafeUnpin for OwnersDiffView
impl UnwindSafe for OwnersDiffView
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