pub struct ApplyChangesStatus {
pub items: Vec<DirectiveStatus>,
}Fields§
§items: Vec<DirectiveStatus>Trait Implementations§
Source§impl Clone for ApplyChangesStatus
impl Clone for ApplyChangesStatus
Source§fn clone(&self) -> ApplyChangesStatus
fn clone(&self) -> ApplyChangesStatus
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 moreAuto Trait Implementations§
impl Freeze for ApplyChangesStatus
impl RefUnwindSafe for ApplyChangesStatus
impl Send for ApplyChangesStatus
impl Sync for ApplyChangesStatus
impl Unpin for ApplyChangesStatus
impl UnsafeUnpin for ApplyChangesStatus
impl UnwindSafe for ApplyChangesStatus
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