pub struct SubjectId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for SubjectId
impl Ord for SubjectId
Source§impl PartialOrd for SubjectId
impl PartialOrd for SubjectId
impl Copy for SubjectId
impl Eq for SubjectId
impl StructuralPartialEq for SubjectId
Auto Trait Implementations§
impl Freeze for SubjectId
impl RefUnwindSafe for SubjectId
impl Send for SubjectId
impl Sync for SubjectId
impl Unpin for SubjectId
impl UnwindSafe for SubjectId
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)