pub struct AbstractCollection { /* private fields */ }Implementations§
Source§impl AbstractCollection
impl AbstractCollection
pub fn new(collection: impl Into<String>) -> Self
pub fn collection(&self) -> &str
pub fn build_command_line( &self, name: &str, options: &[SchematicOption], ) -> String
pub fn build_command_line_with_extra_flags( &self, name: &str, options: &[SchematicOption], extra_flags: Option<&str>, ) -> String
Trait Implementations§
Source§impl Clone for AbstractCollection
impl Clone for AbstractCollection
Source§fn clone(&self) -> AbstractCollection
fn clone(&self) -> AbstractCollection
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 AbstractCollection
impl Debug for AbstractCollection
Source§impl PartialEq for AbstractCollection
impl PartialEq for AbstractCollection
Source§fn eq(&self, other: &AbstractCollection) -> bool
fn eq(&self, other: &AbstractCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AbstractCollection
impl StructuralPartialEq for AbstractCollection
Auto Trait Implementations§
impl Freeze for AbstractCollection
impl RefUnwindSafe for AbstractCollection
impl Send for AbstractCollection
impl Sync for AbstractCollection
impl Unpin for AbstractCollection
impl UnsafeUnpin for AbstractCollection
impl UnwindSafe for AbstractCollection
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.