pub struct DiscussionState {}
Auto Trait Implementations§
impl Freeze for DiscussionState
impl RefUnwindSafe for DiscussionState
impl Send for DiscussionState
impl Sync for DiscussionState
impl Unpin for DiscussionState
impl UnwindSafe for DiscussionState
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