Struct dagger_sdk::ModuleSourceView
source · pub struct ModuleSourceView {
pub proc: Option<Arc<DaggerSessionProc>>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Option<Arc<DaggerSessionProc>>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl ModuleSourceView
impl ModuleSourceView
sourcepub async fn id(&self) -> Result<ModuleSourceViewId, DaggerError>
pub async fn id(&self) -> Result<ModuleSourceViewId, DaggerError>
A unique identifier for this ModuleSourceView.
sourcepub async fn name(&self) -> Result<String, DaggerError>
pub async fn name(&self) -> Result<String, DaggerError>
The name of the view
Trait Implementations§
source§impl Clone for ModuleSourceView
impl Clone for ModuleSourceView
source§fn clone(&self) -> ModuleSourceView
fn clone(&self) -> ModuleSourceView
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 moresource§impl IntoID<ModuleSourceViewId> for ModuleSourceView
impl IntoID<ModuleSourceViewId> for ModuleSourceView
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ModuleSourceViewId, DaggerError>> + Send>>
Auto Trait Implementations§
impl Freeze for ModuleSourceView
impl !RefUnwindSafe for ModuleSourceView
impl Send for ModuleSourceView
impl Sync for ModuleSourceView
impl Unpin for ModuleSourceView
impl !UnwindSafe for ModuleSourceView
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)