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