pub struct Effectivity {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for Effectivity
impl Clone for Effectivity
Source§fn clone(&self) -> Effectivity
fn clone(&self) -> Effectivity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Effectivity
impl Debug for Effectivity
Source§impl PartialEq for Effectivity
impl PartialEq for Effectivity
Source§fn eq(&self, other: &Effectivity) -> bool
fn eq(&self, other: &Effectivity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Effectivity
Auto Trait Implementations§
impl Freeze for Effectivity
impl RefUnwindSafe for Effectivity
impl Send for Effectivity
impl Sync for Effectivity
impl Unpin for Effectivity
impl UnsafeUnpin for Effectivity
impl UnwindSafe for Effectivity
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