pub struct identifier;Trait Implementations§
Source§impl Field for identifier
impl Field for identifier
Auto Trait Implementations§
impl Freeze for identifier
impl RefUnwindSafe for identifier
impl Send for identifier
impl Sync for identifier
impl Unpin for identifier
impl UnwindSafe for identifier
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