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