pub struct Message<'tl> {
pub overlay: HashRef<'tl>,
}
Fields§
§overlay: HashRef<'tl>
Implementations§
Trait Implementations§
impl<'tl> Copy for Message<'tl>
Auto Trait Implementations§
impl<'tl> Freeze for Message<'tl>
impl<'tl> RefUnwindSafe for Message<'tl>
impl<'tl> Send for Message<'tl>
impl<'tl> Sync for Message<'tl>
impl<'tl> Unpin for Message<'tl>
impl<'tl> UnwindSafe for Message<'tl>
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