pub struct TrackNamespace {
pub fields: Vec<TupleField>,
}Expand description
TrackNamespace
Fields§
§fields: Vec<TupleField>Implementations§
Source§impl TrackNamespace
impl TrackNamespace
pub const MAX_FIELDS: usize = 32
pub fn new() -> Self
pub fn add(&mut self, field: TupleField)
pub fn clear(&mut self)
pub fn from_utf8_path(path: &str) -> Self
pub fn to_utf8_path(&self) -> String
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 Decode for TrackNamespace
impl Decode for TrackNamespace
Source§impl Default for TrackNamespace
impl Default for TrackNamespace
Source§fn default() -> TrackNamespace
fn default() -> TrackNamespace
Returns the “default value” for a type. Read more
Source§impl Display for TrackNamespace
impl Display for TrackNamespace
Source§impl Encode for TrackNamespace
impl Encode for TrackNamespace
Source§impl Hash for TrackNamespace
impl Hash for TrackNamespace
Source§impl PartialEq for TrackNamespace
impl PartialEq for TrackNamespace
Source§impl TryFrom<&str> for TrackNamespace
impl TryFrom<&str> for TrackNamespace
Source§impl TryFrom<String> for TrackNamespace
impl TryFrom<String> for TrackNamespace
Source§impl TryFrom<Vec<TupleField>> for TrackNamespace
impl TryFrom<Vec<TupleField>> 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
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.