pub enum GSSEncResponse {
Accept,
Reject,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GSSEncResponse
impl Clone for GSSEncResponse
Source§fn clone(&self) -> GSSEncResponse
fn clone(&self) -> GSSEncResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GSSEncResponse
Source§impl Debug for GSSEncResponse
impl Debug for GSSEncResponse
impl Eq for GSSEncResponse
Source§impl PartialEq for GSSEncResponse
impl PartialEq for GSSEncResponse
impl StructuralPartialEq for GSSEncResponse
Auto Trait Implementations§
impl Freeze for GSSEncResponse
impl RefUnwindSafe for GSSEncResponse
impl Send for GSSEncResponse
impl Sync for GSSEncResponse
impl Unpin for GSSEncResponse
impl UnsafeUnpin for GSSEncResponse
impl UnwindSafe for GSSEncResponse
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