pub struct EncodedHeadline;Expand description
EncodedHeadline (359).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedHeadline
impl RefUnwindSafe for EncodedHeadline
impl Send for EncodedHeadline
impl Sync for EncodedHeadline
impl Unpin for EncodedHeadline
impl UnsafeUnpin for EncodedHeadline
impl UnwindSafe for EncodedHeadline
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