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