pub struct AttendeeBase {
pub _type: AttendeeType,
}
Fields§
§_type: AttendeeType
Trait Implementations§
Source§impl Clone for AttendeeBase
impl Clone for AttendeeBase
Source§fn clone(&self) -> AttendeeBase
fn clone(&self) -> AttendeeBase
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 AttendeeBase
impl Debug for AttendeeBase
Source§impl<'de> Deserialize<'de> for AttendeeBase
impl<'de> Deserialize<'de> for AttendeeBase
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 AttendeeBase
impl PartialEq for AttendeeBase
Source§impl Serialize for AttendeeBase
impl Serialize for AttendeeBase
impl Eq for AttendeeBase
impl StructuralPartialEq for AttendeeBase
Auto Trait Implementations§
impl Freeze for AttendeeBase
impl RefUnwindSafe for AttendeeBase
impl Send for AttendeeBase
impl Sync for AttendeeBase
impl Unpin for AttendeeBase
impl UnwindSafe for AttendeeBase
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