pub enum SigningBehavior {
Never,
NoOverride,
Always,
}Variants§
Trait Implementations§
Source§impl From<SigningBehavior> for String
impl From<SigningBehavior> for String
Source§fn from(value: SigningBehavior) -> Self
fn from(value: SigningBehavior) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SigningBehavior
impl RefUnwindSafe for SigningBehavior
impl Send for SigningBehavior
impl Sync for SigningBehavior
impl Unpin for SigningBehavior
impl UnwindSafe for SigningBehavior
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