pub struct frequencyResolution;Trait Implementations§
Source§impl Field for frequencyResolution
impl Field for frequencyResolution
Source§impl HasField<frequencyResolution> for ProjectSearchResult
impl HasField<frequencyResolution> for ProjectSearchResult
Source§type Type = FrequencyResolutionType
type Type = FrequencyResolutionType
The schema marker type of this field.
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