pub struct ParticipantAuthorizationChanged1 {
pub party_id: String,
pub participant_id: String,
pub participant_permission: ParticipantPermission,
}Fields§
§party_id: StringRequired
participant_id: StringRequired
participant_permission: ParticipantPermissionRequired
Implementations§
Source§impl ParticipantAuthorizationChanged1
impl ParticipantAuthorizationChanged1
pub fn new( party_id: String, participant_id: String, participant_permission: ParticipantPermission, ) -> ParticipantAuthorizationChanged1
Trait Implementations§
Source§impl Clone for ParticipantAuthorizationChanged1
impl Clone for ParticipantAuthorizationChanged1
Source§fn clone(&self) -> ParticipantAuthorizationChanged1
fn clone(&self) -> ParticipantAuthorizationChanged1
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 Default for ParticipantAuthorizationChanged1
impl Default for ParticipantAuthorizationChanged1
Source§fn default() -> ParticipantAuthorizationChanged1
fn default() -> ParticipantAuthorizationChanged1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParticipantAuthorizationChanged1
impl<'de> Deserialize<'de> for ParticipantAuthorizationChanged1
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
impl StructuralPartialEq for ParticipantAuthorizationChanged1
Auto Trait Implementations§
impl Freeze for ParticipantAuthorizationChanged1
impl RefUnwindSafe for ParticipantAuthorizationChanged1
impl Send for ParticipantAuthorizationChanged1
impl Sync for ParticipantAuthorizationChanged1
impl Unpin for ParticipantAuthorizationChanged1
impl UnsafeUnpin for ParticipantAuthorizationChanged1
impl UnwindSafe for ParticipantAuthorizationChanged1
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