Struct webc::v2::write::WritingVolumes
source · #[non_exhaustive]pub struct WritingVolumes { /* private fields */ }Expand description
The Writer is writing volumes sections.
Trait Implementations§
source§impl Clone for WritingVolumes
impl Clone for WritingVolumes
source§fn clone(&self) -> WritingVolumes
fn clone(&self) -> WritingVolumes
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 WritingVolumes
impl Debug for WritingVolumes
source§impl Hash for WritingVolumes
impl Hash for WritingVolumes
source§impl PartialEq<WritingVolumes> for WritingVolumes
impl PartialEq<WritingVolumes> for WritingVolumes
source§fn eq(&self, other: &WritingVolumes) -> bool
fn eq(&self, other: &WritingVolumes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WritingVolumes
impl StructuralEq for WritingVolumes
impl StructuralPartialEq for WritingVolumes
Auto Trait Implementations§
impl RefUnwindSafe for WritingVolumes
impl Send for WritingVolumes
impl Sync for WritingVolumes
impl Unpin for WritingVolumes
impl UnwindSafe for WritingVolumes
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.