pub struct EncodedSubject;Expand description
EncodedSubject (357).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedSubject
impl RefUnwindSafe for EncodedSubject
impl Send for EncodedSubject
impl Sync for EncodedSubject
impl Unpin for EncodedSubject
impl UnsafeUnpin for EncodedSubject
impl UnwindSafe for EncodedSubject
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