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