pub struct CreateForumTag { /* private fields */ }
Expand description
Contrary to the ForumTag
struct, only the name field is required.
Implementations§
Trait Implementations§
Source§impl Clone for CreateForumTag
impl Clone for CreateForumTag
Source§fn clone(&self) -> CreateForumTag
fn clone(&self) -> CreateForumTag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CreateForumTag
impl Debug for CreateForumTag
Auto Trait Implementations§
impl Freeze for CreateForumTag
impl RefUnwindSafe for CreateForumTag
impl Send for CreateForumTag
impl Sync for CreateForumTag
impl Unpin for CreateForumTag
impl UnwindSafe for CreateForumTag
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