pub struct ClerkName(/* private fields */);Expand description
A clerk name, formatted as "Clerk#<n>"
Implementations§
Trait Implementations§
impl Copy for ClerkName
impl StructuralPartialEq for ClerkName
Auto Trait Implementations§
impl Freeze for ClerkName
impl RefUnwindSafe for ClerkName
impl Send for ClerkName
impl Sync for ClerkName
impl Unpin for ClerkName
impl UnsafeUnpin for ClerkName
impl UnwindSafe for ClerkName
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