pub struct ParticipantAdmin {
pub value: Value,
}
Fields§
§value: Value
Implementations§
Source§impl ParticipantAdmin
impl ParticipantAdmin
pub fn new(value: Value) -> ParticipantAdmin
Trait Implementations§
Source§impl Clone for ParticipantAdmin
impl Clone for ParticipantAdmin
Source§fn clone(&self) -> ParticipantAdmin
fn clone(&self) -> ParticipantAdmin
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 ParticipantAdmin
impl Debug for ParticipantAdmin
Source§impl Default for ParticipantAdmin
impl Default for ParticipantAdmin
Source§fn default() -> ParticipantAdmin
fn default() -> ParticipantAdmin
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParticipantAdmin
impl<'de> Deserialize<'de> for ParticipantAdmin
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 ParticipantAdmin
impl PartialEq for ParticipantAdmin
Source§impl Serialize for ParticipantAdmin
impl Serialize for ParticipantAdmin
impl StructuralPartialEq for ParticipantAdmin
Auto Trait Implementations§
impl Freeze for ParticipantAdmin
impl RefUnwindSafe for ParticipantAdmin
impl Send for ParticipantAdmin
impl Sync for ParticipantAdmin
impl Unpin for ParticipantAdmin
impl UnwindSafe for ParticipantAdmin
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