pub enum DeferrableInitially {
Deferred,
Immediate,
}Expand description
INITIALLY DEFERRED or INITIALLY IMMEDIATE.
Variants§
Trait Implementations§
Source§impl Clone for DeferrableInitially
impl Clone for DeferrableInitially
Source§fn clone(&self) -> DeferrableInitially
fn clone(&self) -> DeferrableInitially
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 DeferrableInitially
Source§impl Debug for DeferrableInitially
impl Debug for DeferrableInitially
Source§impl Display for DeferrableInitially
impl Display for DeferrableInitially
impl Eq for DeferrableInitially
Source§impl Hash for DeferrableInitially
impl Hash for DeferrableInitially
Source§impl PartialEq for DeferrableInitially
impl PartialEq for DeferrableInitially
impl StructuralPartialEq for DeferrableInitially
Auto Trait Implementations§
impl Freeze for DeferrableInitially
impl RefUnwindSafe for DeferrableInitially
impl Send for DeferrableInitially
impl Sync for DeferrableInitially
impl Unpin for DeferrableInitially
impl UnsafeUnpin for DeferrableInitially
impl UnwindSafe for DeferrableInitially
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