pub struct RandomClubSection {
pub name: String,
}Expand description
A random club cycling integration instance.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for RandomClubSection
impl Clone for RandomClubSection
Source§fn clone(&self) -> RandomClubSection
fn clone(&self) -> RandomClubSection
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 RandomClubSection
impl Debug for RandomClubSection
Source§impl<'de> Deserialize<'de> for RandomClubSection
impl<'de> Deserialize<'de> for RandomClubSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RandomClubSection
impl PartialEq for RandomClubSection
Source§impl Serialize for RandomClubSection
impl Serialize for RandomClubSection
impl Eq for RandomClubSection
impl StructuralPartialEq for RandomClubSection
Auto Trait Implementations§
impl Freeze for RandomClubSection
impl RefUnwindSafe for RandomClubSection
impl Send for RandomClubSection
impl Sync for RandomClubSection
impl Unpin for RandomClubSection
impl UnsafeUnpin for RandomClubSection
impl UnwindSafe for RandomClubSection
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