pub struct ParticipantAuthorizationChanged {
pub party_id: String,
pub participant_id: String,
pub participant_permission: i32,
}
Fields§
§party_id: String
Required
participant_id: String
Required
participant_permission: i32
Required
Implementations§
Trait Implementations§
Source§impl Clone for ParticipantAuthorizationChanged
impl Clone for ParticipantAuthorizationChanged
Source§fn clone(&self) -> ParticipantAuthorizationChanged
fn clone(&self) -> ParticipantAuthorizationChanged
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 Default for ParticipantAuthorizationChanged
impl Default for ParticipantAuthorizationChanged
Source§fn default() -> ParticipantAuthorizationChanged
fn default() -> ParticipantAuthorizationChanged
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParticipantAuthorizationChanged
impl<'de> Deserialize<'de> for ParticipantAuthorizationChanged
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 ParticipantAuthorizationChanged
impl PartialEq for ParticipantAuthorizationChanged
Source§fn eq(&self, other: &ParticipantAuthorizationChanged) -> bool
fn eq(&self, other: &ParticipantAuthorizationChanged) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ParticipantAuthorizationChanged
Auto Trait Implementations§
impl Freeze for ParticipantAuthorizationChanged
impl RefUnwindSafe for ParticipantAuthorizationChanged
impl Send for ParticipantAuthorizationChanged
impl Sync for ParticipantAuthorizationChanged
impl Unpin for ParticipantAuthorizationChanged
impl UnwindSafe for ParticipantAuthorizationChanged
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