Struct ofdb_entities::place::PlaceHistory
source · [−]pub struct PlaceHistory {
pub place: PlaceRoot,
pub revisions: Vec<(PlaceRevision, Vec<ReviewStatusLog>)>,
}Fields
place: PlaceRootrevisions: Vec<(PlaceRevision, Vec<ReviewStatusLog>)>Trait Implementations
sourceimpl Clone for PlaceHistory
impl Clone for PlaceHistory
sourcefn clone(&self) -> PlaceHistory
fn clone(&self) -> PlaceHistory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PlaceHistory
impl Debug for PlaceHistory
sourceimpl PartialEq<PlaceHistory> for PlaceHistory
impl PartialEq<PlaceHistory> for PlaceHistory
sourcefn eq(&self, other: &PlaceHistory) -> bool
fn eq(&self, other: &PlaceHistory) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for PlaceHistory
impl StructuralEq for PlaceHistory
impl StructuralPartialEq for PlaceHistory
Auto Trait Implementations
impl RefUnwindSafe for PlaceHistory
impl Send for PlaceHistory
impl Sync for PlaceHistory
impl Unpin for PlaceHistory
impl UnwindSafe for PlaceHistory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more