pub enum OptAuthorize {
NO,
YES,
}
Variants§
Trait Implementations§
Source§impl Debug for OptAuthorize
impl Debug for OptAuthorize
Source§impl PartialEq for OptAuthorize
impl PartialEq for OptAuthorize
impl StructuralPartialEq for OptAuthorize
Auto Trait Implementations§
impl Freeze for OptAuthorize
impl RefUnwindSafe for OptAuthorize
impl Send for OptAuthorize
impl Sync for OptAuthorize
impl Unpin for OptAuthorize
impl UnwindSafe for OptAuthorize
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