#[repr(u8)]pub enum ContentExists {
NoLargestLocation = 0,
HasLargestLocation = 1,
}Expand description
Whether content exists (used in SUBSCRIBE_OK).
Variants§
Trait Implementations§
Source§impl Clone for ContentExists
impl Clone for ContentExists
Source§fn clone(&self) -> ContentExists
fn clone(&self) -> ContentExists
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 ContentExists
impl Debug for ContentExists
Source§impl PartialEq for ContentExists
impl PartialEq for ContentExists
impl Copy for ContentExists
impl Eq for ContentExists
impl StructuralPartialEq for ContentExists
Auto Trait Implementations§
impl Freeze for ContentExists
impl RefUnwindSafe for ContentExists
impl Send for ContentExists
impl Sync for ContentExists
impl Unpin for ContentExists
impl UnsafeUnpin for ContentExists
impl UnwindSafe for ContentExists
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