pub struct GssEncReq { /* private fields */ }
Implementations§
Trait Implementations§
impl StartupMessage for GssEncReq
Auto Trait Implementations§
impl Freeze for GssEncReq
impl RefUnwindSafe for GssEncReq
impl Send for GssEncReq
impl Sync for GssEncReq
impl Unpin for GssEncReq
impl UnwindSafe for GssEncReq
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