pub enum TopicField {
Id,
Name,
Description,
}Variants§
Trait Implementations§
Source§impl Clone for TopicField
impl Clone for TopicField
Source§fn clone(&self) -> TopicField
fn clone(&self) -> TopicField
Returns a duplicate 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 TopicField
impl Debug for TopicField
Source§impl Display for TopicField
impl Display for TopicField
impl Copy for TopicField
Auto Trait Implementations§
impl Freeze for TopicField
impl RefUnwindSafe for TopicField
impl Send for TopicField
impl Sync for TopicField
impl Unpin for TopicField
impl UnwindSafe for TopicField
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