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