pub struct SurfacePlan {
pub agent: Agent,
pub path: PathBuf,
}Fields§
§agent: Agent§path: PathBufImplementations§
Trait Implementations§
Source§impl Clone for SurfacePlan
impl Clone for SurfacePlan
Source§fn clone(&self) -> SurfacePlan
fn clone(&self) -> SurfacePlan
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 moreSource§impl Debug for SurfacePlan
impl Debug for SurfacePlan
impl Eq for SurfacePlan
Source§impl PartialEq for SurfacePlan
impl PartialEq for SurfacePlan
Source§fn eq(&self, other: &SurfacePlan) -> bool
fn eq(&self, other: &SurfacePlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfacePlan
Auto Trait Implementations§
impl Freeze for SurfacePlan
impl RefUnwindSafe for SurfacePlan
impl Send for SurfacePlan
impl Sync for SurfacePlan
impl Unpin for SurfacePlan
impl UnsafeUnpin for SurfacePlan
impl UnwindSafe for SurfacePlan
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