#[repr(C)]pub enum LiveQueryAvailability {
Always = 0,
WhenSignalled = 1,
}Variants§
Trait Implementations§
Source§impl Clone for LiveQueryAvailability
impl Clone for LiveQueryAvailability
Source§fn clone(&self) -> LiveQueryAvailability
fn clone(&self) -> LiveQueryAvailability
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 LiveQueryAvailability
impl Debug for LiveQueryAvailability
Source§impl PartialEq for LiveQueryAvailability
impl PartialEq for LiveQueryAvailability
impl Copy for LiveQueryAvailability
impl Eq for LiveQueryAvailability
impl StructuralPartialEq for LiveQueryAvailability
Auto Trait Implementations§
impl Freeze for LiveQueryAvailability
impl RefUnwindSafe for LiveQueryAvailability
impl Send for LiveQueryAvailability
impl Sync for LiveQueryAvailability
impl Unpin for LiveQueryAvailability
impl UnwindSafe for LiveQueryAvailability
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