pub struct NamespaceDone {
pub namespace_suffix: TrackNamespace,
}Fields§
§namespace_suffix: TrackNamespaceTrait Implementations§
Source§impl Clone for NamespaceDone
impl Clone for NamespaceDone
Source§fn clone(&self) -> NamespaceDone
fn clone(&self) -> NamespaceDone
Returns a duplicate 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 NamespaceDone
impl Debug for NamespaceDone
Source§impl PartialEq for NamespaceDone
impl PartialEq for NamespaceDone
impl Eq for NamespaceDone
impl StructuralPartialEq for NamespaceDone
Auto Trait Implementations§
impl Freeze for NamespaceDone
impl RefUnwindSafe for NamespaceDone
impl Send for NamespaceDone
impl Sync for NamespaceDone
impl Unpin for NamespaceDone
impl UnsafeUnpin for NamespaceDone
impl UnwindSafe for NamespaceDone
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