pub struct ModeratorAction;
Trait Implementations§
Source§impl HasField<__typename> for ModeratorAction
impl HasField<__typename> for ModeratorAction
Source§impl HasField<_id> for ModeratorAction
impl HasField<_id> for ModeratorAction
Source§impl HasField<active> for ModeratorAction
impl HasField<active> for ModeratorAction
Source§impl HasField<createdAt> for ModeratorAction
impl HasField<createdAt> for ModeratorAction
Source§impl HasField<endedAt> for ModeratorAction
impl HasField<endedAt> for ModeratorAction
Source§impl HasField<legacyData> for ModeratorAction
impl HasField<legacyData> for ModeratorAction
Source§impl HasField<schemaVersion> for ModeratorAction
impl HasField<schemaVersion> for ModeratorAction
Source§impl HasField<type> for ModeratorAction
impl HasField<type> for ModeratorAction
Source§impl HasField<user> for ModeratorAction
impl HasField<user> for ModeratorAction
Source§impl HasField<userId> for ModeratorAction
impl HasField<userId> for ModeratorAction
Auto Trait Implementations§
impl Freeze for ModeratorAction
impl RefUnwindSafe for ModeratorAction
impl Send for ModeratorAction
impl Sync for ModeratorAction
impl Unpin for ModeratorAction
impl UnwindSafe for ModeratorAction
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