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