pub struct Bot;
Trait Implementations§
Source§impl HasField<__typename> for Bot
impl HasField<__typename> for Bot
Source§impl HasField<databaseId> for Bot
impl HasField<databaseId> for Bot
Source§impl HasField<resourcePath> for Bot
impl HasField<resourcePath> for Bot
impl HasSubtype<Bot> for Actor
impl HasSubtype<Bot> for Assignee
impl HasSubtype<Bot> for AuditEntryActor
impl HasSubtype<Bot> for Node
impl HasSubtype<Bot> for Reactor
impl HasSubtype<Bot> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for Bot
impl RefUnwindSafe for Bot
impl Send for Bot
impl Sync for Bot
impl Unpin for Bot
impl UnwindSafe for Bot
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