pub enum MandateType {
MultiUse,
SingleUse,
}
Expand description
The type of the mandate.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MandateType
impl Clone for MandateType
Source§fn clone(&self) -> MandateType
fn clone(&self) -> MandateType
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 MandateType
impl Debug for MandateType
Source§impl Deserialize for MandateType
impl Deserialize for MandateType
Source§impl Display for MandateType
impl Display for MandateType
Source§impl FromStr for MandateType
impl FromStr for MandateType
Source§impl FromValueOpt for MandateType
impl FromValueOpt for MandateType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for MandateType
impl PartialEq for MandateType
impl Copy for MandateType
impl Eq for MandateType
impl StructuralPartialEq for MandateType
Auto Trait Implementations§
impl Freeze for MandateType
impl RefUnwindSafe for MandateType
impl Send for MandateType
impl Sync for MandateType
impl Unpin for MandateType
impl UnwindSafe for MandateType
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