pub enum OccupancyStanding {
Empty,
Populated,
}Expand description
Whether the relation holds no row or at least one.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OccupancyStanding
impl Clone for OccupancyStanding
Source§fn clone(&self) -> OccupancyStanding
fn clone(&self) -> OccupancyStanding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OccupancyStanding
Source§impl Debug for OccupancyStanding
impl Debug for OccupancyStanding
impl Eq for OccupancyStanding
Source§impl Hash for OccupancyStanding
impl Hash for OccupancyStanding
Source§impl PartialEq for OccupancyStanding
impl PartialEq for OccupancyStanding
impl StructuralPartialEq for OccupancyStanding
Auto Trait Implementations§
impl Freeze for OccupancyStanding
impl RefUnwindSafe for OccupancyStanding
impl Send for OccupancyStanding
impl Sync for OccupancyStanding
impl Unpin for OccupancyStanding
impl UnsafeUnpin for OccupancyStanding
impl UnwindSafe for OccupancyStanding
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