enum SignBehavior {
Automatic,
Mandatory,
}
Variants§
Implementations§
source§impl SignBehavior
impl SignBehavior
Trait Implementations§
source§impl Default for SignBehavior
impl Default for SignBehavior
source§fn default() -> SignBehavior
fn default() -> SignBehavior
Returns the “default value” for a type. Read more
source§impl From<SignBehavior> for bool
impl From<SignBehavior> for bool
source§fn from(modifier: SignBehavior) -> Self
fn from(modifier: SignBehavior) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SignBehavior
impl RefUnwindSafe for SignBehavior
impl Send for SignBehavior
impl Sync for SignBehavior
impl Unpin for SignBehavior
impl UnwindSafe for SignBehavior
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