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