struct WithdrawnTrack {
namespace: TrackNamespace,
name: Vec<u8>,
condition: MalformedTrackCondition,
}Expand description
One track that has been found malformed, and what found it.
Fields§
§namespace: TrackNamespace§name: Vec<u8>§condition: MalformedTrackConditionAuto Trait Implementations§
impl Freeze for WithdrawnTrack
impl RefUnwindSafe for WithdrawnTrack
impl Send for WithdrawnTrack
impl Sync for WithdrawnTrack
impl Unpin for WithdrawnTrack
impl UnsafeUnpin for WithdrawnTrack
impl UnwindSafe for WithdrawnTrack
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