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