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