pub struct FundingPlatform {}Auto Trait Implementations§
impl Freeze for FundingPlatform
impl RefUnwindSafe for FundingPlatform
impl Send for FundingPlatform
impl Sync for FundingPlatform
impl Unpin for FundingPlatform
impl UnwindSafe for FundingPlatform
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