Struct dagger_sdk::ListTypeDef
source · pub struct ListTypeDef {
pub proc: Option<Arc<Child>>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Option<Arc<Child>>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl ListTypeDef
impl ListTypeDef
sourcepub fn element_type_def(&self) -> TypeDef
pub fn element_type_def(&self) -> TypeDef
The type of the elements in the list
Trait Implementations§
source§impl Clone for ListTypeDef
impl Clone for ListTypeDef
source§fn clone(&self) -> ListTypeDef
fn clone(&self) -> ListTypeDef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ListTypeDef
impl !Send for ListTypeDef
impl !Sync for ListTypeDef
impl Unpin for ListTypeDef
impl !UnwindSafe for ListTypeDef
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