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