pub enum SecurityResult {
Success,
Failure(String),
}Variants§
Trait Implementations§
Source§impl WriteMessage for SecurityResult
impl WriteMessage for SecurityResult
Auto Trait Implementations§
impl Freeze for SecurityResult
impl RefUnwindSafe for SecurityResult
impl Send for SecurityResult
impl Sync for SecurityResult
impl Unpin for SecurityResult
impl UnwindSafe for SecurityResult
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