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