pub struct StateTopic {
pub topic: String,
}Fields§
§topic: StringImplementations§
Trait Implementations§
Source§impl Clone for StateTopic
impl Clone for StateTopic
Source§fn clone(&self) -> StateTopic
fn clone(&self) -> StateTopic
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 StateTopic
impl Debug for StateTopic
Source§impl Default for StateTopic
impl Default for StateTopic
Source§impl PartialEq for StateTopic
impl PartialEq for StateTopic
impl StructuralPartialEq for StateTopic
Auto Trait Implementations§
impl Freeze for StateTopic
impl RefUnwindSafe for StateTopic
impl Send for StateTopic
impl Sync for StateTopic
impl Unpin for StateTopic
impl UnwindSafe for StateTopic
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