pub enum AbsencePosture {
Allowed,
Refusal,
}Expand description
What a generated operation does where no relation row applies.
Variants§
Allowed
The caller supplies or accepts an ordinary absent case.
Refusal
An absent case is a typed refusal.
Implementations§
Trait Implementations§
Source§impl Clone for AbsencePosture
impl Clone for AbsencePosture
Source§fn clone(&self) -> AbsencePosture
fn clone(&self) -> AbsencePosture
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 AbsencePosture
Source§impl Debug for AbsencePosture
impl Debug for AbsencePosture
impl Eq for AbsencePosture
Source§impl Hash for AbsencePosture
impl Hash for AbsencePosture
Source§impl PartialEq for AbsencePosture
impl PartialEq for AbsencePosture
impl StructuralPartialEq for AbsencePosture
Auto Trait Implementations§
impl Freeze for AbsencePosture
impl RefUnwindSafe for AbsencePosture
impl Send for AbsencePosture
impl Sync for AbsencePosture
impl Unpin for AbsencePosture
impl UnsafeUnpin for AbsencePosture
impl UnwindSafe for AbsencePosture
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