pub struct bannedUserIds;
Trait Implementations§
Source§impl Field for bannedUserIds
impl Field for bannedUserIds
impl HasInputField<bannedUserIds, Option<Vec<String>>> for CreatePostDataInput
Auto Trait Implementations§
impl Freeze for bannedUserIds
impl RefUnwindSafe for bannedUserIds
impl Send for bannedUserIds
impl Sync for bannedUserIds
impl Unpin for bannedUserIds
impl UnwindSafe for bannedUserIds
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