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