Struct guillotiere::ChangeList
source · pub struct ChangeList {
pub changes: Vec<Change>,
pub failures: Vec<Allocation>,
}
Fields§
§changes: Vec<Change>
§failures: Vec<Allocation>
Implementations§
source§impl ChangeList
impl ChangeList
Trait Implementations§
source§impl Clone for ChangeList
impl Clone for ChangeList
source§fn clone(&self) -> ChangeList
fn clone(&self) -> ChangeList
Returns a copy 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 ChangeList
impl Debug for ChangeList
source§impl PartialEq for ChangeList
impl PartialEq for ChangeList
source§fn eq(&self, other: &ChangeList) -> bool
fn eq(&self, other: &ChangeList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChangeList
Auto Trait Implementations§
impl RefUnwindSafe for ChangeList
impl Send for ChangeList
impl Sync for ChangeList
impl Unpin for ChangeList
impl UnwindSafe for ChangeList
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