pub struct projectUpdatesReminderFrequency;Trait Implementations§
Source§impl HasField<projectUpdatesReminderFrequency> for Organization
impl HasField<projectUpdatesReminderFrequency> for Organization
Source§type Type = ProjectUpdateReminderFrequency
type Type = ProjectUpdateReminderFrequency
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projectUpdatesReminderFrequency
impl RefUnwindSafe for projectUpdatesReminderFrequency
impl Send for projectUpdatesReminderFrequency
impl Sync for projectUpdatesReminderFrequency
impl Unpin for projectUpdatesReminderFrequency
impl UnwindSafe for projectUpdatesReminderFrequency
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