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