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