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