pub struct MaterializeOutput {
pub results: Vec<MaterializeRefResult>,
}Expand description
Result of a materialize operation.
Fields§
§results: Vec<MaterializeRefResult>Results per remote ref.
Trait Implementations§
Source§impl Clone for MaterializeOutput
impl Clone for MaterializeOutput
Source§fn clone(&self) -> MaterializeOutput
fn clone(&self) -> MaterializeOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for MaterializeOutput
impl RefUnwindSafe for MaterializeOutput
impl Send for MaterializeOutput
impl Sync for MaterializeOutput
impl Unpin for MaterializeOutput
impl UnsafeUnpin for MaterializeOutput
impl UnwindSafe for MaterializeOutput
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