pub struct TrackNamespace(pub Vec<Vec<u8>>);Expand description
Track Namespace: ordered N-tuple of byte-string elements (1 <= N <= 32).
Tuple Fields§
§0: Vec<Vec<u8>>Implementations§
Trait Implementations§
Source§impl Clone for TrackNamespace
impl Clone for TrackNamespace
Source§fn clone(&self) -> TrackNamespace
fn clone(&self) -> TrackNamespace
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 TrackNamespace
impl Debug for TrackNamespace
Source§impl PartialEq for TrackNamespace
impl PartialEq for TrackNamespace
impl Eq for TrackNamespace
impl StructuralPartialEq for TrackNamespace
Auto Trait Implementations§
impl Freeze for TrackNamespace
impl RefUnwindSafe for TrackNamespace
impl Send for TrackNamespace
impl Sync for TrackNamespace
impl Unpin for TrackNamespace
impl UnsafeUnpin for TrackNamespace
impl UnwindSafe for TrackNamespace
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