pub struct ActAssignmentActor {
pub actor_id: Option<String>,
pub display_name: Option<String>,
pub role: Option<String>,
pub provider_identity: Option<String>,
}Fields§
§actor_id: Option<String>§display_name: Option<String>§role: Option<String>§provider_identity: Option<String>Trait Implementations§
Source§impl Clone for ActAssignmentActor
impl Clone for ActAssignmentActor
Source§fn clone(&self) -> ActAssignmentActor
fn clone(&self) -> ActAssignmentActor
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 Debug for ActAssignmentActor
impl Debug for ActAssignmentActor
Source§impl Default for ActAssignmentActor
impl Default for ActAssignmentActor
Source§fn default() -> ActAssignmentActor
fn default() -> ActAssignmentActor
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActAssignmentActor
impl<'de> Deserialize<'de> for ActAssignmentActor
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 Eq for ActAssignmentActor
Source§impl PartialEq for ActAssignmentActor
impl PartialEq for ActAssignmentActor
Source§fn eq(&self, other: &ActAssignmentActor) -> bool
fn eq(&self, other: &ActAssignmentActor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ActAssignmentActor
impl RunxSchema for ActAssignmentActor
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ActAssignmentActor
impl Serialize for ActAssignmentActor
impl StructuralPartialEq for ActAssignmentActor
Auto Trait Implementations§
impl Freeze for ActAssignmentActor
impl RefUnwindSafe for ActAssignmentActor
impl Send for ActAssignmentActor
impl Sync for ActAssignmentActor
impl Unpin for ActAssignmentActor
impl UnsafeUnpin for ActAssignmentActor
impl UnwindSafe for ActAssignmentActor
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