pub struct AfterUpdateMemberRole {
pub organization: Organization,
pub member: Member,
pub previous_role: String,
pub user: User,
}Fields§
§organization: Organization§member: Member§previous_role: String§user: UserTrait Implementations§
Source§impl Clone for AfterUpdateMemberRole
impl Clone for AfterUpdateMemberRole
Source§fn clone(&self) -> AfterUpdateMemberRole
fn clone(&self) -> AfterUpdateMemberRole
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 moreAuto Trait Implementations§
impl Freeze for AfterUpdateMemberRole
impl RefUnwindSafe for AfterUpdateMemberRole
impl Send for AfterUpdateMemberRole
impl Sync for AfterUpdateMemberRole
impl Unpin for AfterUpdateMemberRole
impl UnsafeUnpin for AfterUpdateMemberRole
impl UnwindSafe for AfterUpdateMemberRole
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