pub enum ObjectStatus {
Object = 0,
ObjectDoesNotExist = 1,
GroupDoesNotExist = 2,
EndOfGroup = 3,
EndOfTrack = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for ObjectStatus
impl Clone for ObjectStatus
Source§fn clone(&self) -> ObjectStatus
fn clone(&self) -> ObjectStatus
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 ObjectStatus
impl Debug for ObjectStatus
Source§impl Decode for ObjectStatus
impl Decode for ObjectStatus
Source§impl Encode for ObjectStatus
impl Encode for ObjectStatus
Source§impl PartialEq for ObjectStatus
impl PartialEq for ObjectStatus
impl Copy for ObjectStatus
impl StructuralPartialEq for ObjectStatus
Auto Trait Implementations§
impl Freeze for ObjectStatus
impl RefUnwindSafe for ObjectStatus
impl Send for ObjectStatus
impl Sync for ObjectStatus
impl Unpin for ObjectStatus
impl UnwindSafe for ObjectStatus
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