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