#[non_exhaustive]pub struct TagMarker;
Expand description
Marker for forum tag IDs.
Types such as ForumTag
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagMarker
impl RefUnwindSafe for TagMarker
impl Send for TagMarker
impl Sync for TagMarker
impl Unpin for TagMarker
impl UnwindSafe for TagMarker
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