pub struct hasSponsorsListing;Trait Implementations§
Source§impl Field for hasSponsorsListing
impl Field for hasSponsorsListing
Source§impl HasField<hasSponsorsListing> for Sponsorable
impl HasField<hasSponsorsListing> for Sponsorable
Auto Trait Implementations§
impl Freeze for hasSponsorsListing
impl RefUnwindSafe for hasSponsorsListing
impl Send for hasSponsorsListing
impl Sync for hasSponsorsListing
impl Unpin for hasSponsorsListing
impl UnwindSafe for hasSponsorsListing
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