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