pub struct MjTitleTag;Trait Implementations§
Source§impl StaticTag for MjTitleTag
impl StaticTag for MjTitleTag
fn static_tag() -> &'static str
Auto Trait Implementations§
impl Freeze for MjTitleTag
impl RefUnwindSafe for MjTitleTag
impl Send for MjTitleTag
impl Sync for MjTitleTag
impl Unpin for MjTitleTag
impl UnwindSafe for MjTitleTag
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