pub struct Actor;
Trait Implementations§
Source§impl HasField<__typename> for Actor
impl HasField<__typename> for Actor
Source§impl HasField<resourcePath> for Actor
impl HasField<resourcePath> for Actor
impl HasSubtype<Actor> for Actor
impl HasSubtype<Bot> for Actor
impl HasSubtype<EnterpriseUserAccount> for Actor
impl HasSubtype<Mannequin> for Actor
impl HasSubtype<Organization> for Actor
impl HasSubtype<User> for Actor
Auto Trait Implementations§
impl Freeze for Actor
impl RefUnwindSafe for Actor
impl Send for Actor
impl Sync for Actor
impl Unpin for Actor
impl UnwindSafe for Actor
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