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