pub struct OutgoingNews { /* private fields */ }
Trait Implementations§
Source§impl Debug for OutgoingNews
impl Debug for OutgoingNews
Auto Trait Implementations§
impl Freeze for OutgoingNews
impl RefUnwindSafe for OutgoingNews
impl Send for OutgoingNews
impl Sync for OutgoingNews
impl Unpin for OutgoingNews
impl UnwindSafe for OutgoingNews
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