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