pub struct UpGroup {
pub proc: Option<Arc<DaggerSessionProc>>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Option<Arc<DaggerSessionProc>>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpGroup
impl !RefUnwindSafe for UpGroup
impl Send for UpGroup
impl Sync for UpGroup
impl Unpin for UpGroup
impl UnsafeUnpin for UpGroup
impl !UnwindSafe for UpGroup
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