pub struct AssignPlan {
pub targets: Vec<String>,
pub add: Vec<String>,
pub remove: Vec<String>,
pub preview_action: String,
pub preview_details: Vec<String>,
}Fields§
§targets: Vec<String>§add: Vec<String>Resolved profile uids.
remove: Vec<String>§preview_action: String§preview_details: Vec<String>Trait Implementations§
Source§impl Clone for AssignPlan
impl Clone for AssignPlan
Source§fn clone(&self) -> AssignPlan
fn clone(&self) -> AssignPlan
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 AssignPlan
impl Debug for AssignPlan
Source§impl PartialEq for AssignPlan
impl PartialEq for AssignPlan
impl StructuralPartialEq for AssignPlan
Auto Trait Implementations§
impl Freeze for AssignPlan
impl RefUnwindSafe for AssignPlan
impl Send for AssignPlan
impl Sync for AssignPlan
impl Unpin for AssignPlan
impl UnsafeUnpin for AssignPlan
impl UnwindSafe for AssignPlan
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