pub struct MetaTitle { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaTitle
impl RefUnwindSafe for MetaTitle
impl Send for MetaTitle
impl Sync for MetaTitle
impl Unpin for MetaTitle
impl UnsafeUnpin for MetaTitle
impl UnwindSafe for MetaTitle
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