pub struct CollectionDescription {
pub path: Option<PathBuf>,
pub extends: Vec<String>,
pub schematics: Vec<(String, CollectionSchematic)>,
}Fields§
§path: Option<PathBuf>§extends: Vec<String>§schematics: Vec<(String, CollectionSchematic)>Trait Implementations§
Source§impl Clone for CollectionDescription
impl Clone for CollectionDescription
Source§fn clone(&self) -> CollectionDescription
fn clone(&self) -> CollectionDescription
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 CollectionDescription
impl Debug for CollectionDescription
Source§impl PartialEq for CollectionDescription
impl PartialEq for CollectionDescription
Source§fn eq(&self, other: &CollectionDescription) -> bool
fn eq(&self, other: &CollectionDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CollectionDescription
impl StructuralPartialEq for CollectionDescription
Auto Trait Implementations§
impl Freeze for CollectionDescription
impl RefUnwindSafe for CollectionDescription
impl Send for CollectionDescription
impl Sync for CollectionDescription
impl Unpin for CollectionDescription
impl UnsafeUnpin for CollectionDescription
impl UnwindSafe for CollectionDescription
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.