pub struct NameMarker;Expand description
Marker struct for the NAME attribute.
Trait Implementations§
Source§impl Clone for NameMarker
impl Clone for NameMarker
Source§fn clone(&self) -> NameMarker
fn clone(&self) -> NameMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NameMarker
impl Debug for NameMarker
impl Copy for NameMarker
Auto Trait Implementations§
impl Freeze for NameMarker
impl RefUnwindSafe for NameMarker
impl Send for NameMarker
impl Sync for NameMarker
impl Unpin for NameMarker
impl UnwindSafe for NameMarker
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