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