pub struct ActorBot;Trait Implementations§
Source§impl HasField<__typename> for ActorBot
impl HasField<__typename> for ActorBot
Source§impl HasField<userDisplayName> for ActorBot
impl HasField<userDisplayName> for ActorBot
Auto Trait Implementations§
impl Freeze for ActorBot
impl RefUnwindSafe for ActorBot
impl Send for ActorBot
impl Sync for ActorBot
impl Unpin for ActorBot
impl UnwindSafe for ActorBot
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