pub struct ConformanceLayoutFactsConnectionTargetExpectation {
pub pointer: CanvasPoint,
pub from: ConnectionHandleRef,
pub expected: ResolvedConnectionTarget,
}Fields§
§pointer: CanvasPoint§from: ConnectionHandleRef§expected: ResolvedConnectionTargetImplementations§
Source§impl ConformanceLayoutFactsConnectionTargetExpectation
impl ConformanceLayoutFactsConnectionTargetExpectation
pub fn new( pointer: CanvasPoint, from: ConnectionHandleRef, expected: ResolvedConnectionTarget, ) -> Self
Trait Implementations§
Source§impl Clone for ConformanceLayoutFactsConnectionTargetExpectation
impl Clone for ConformanceLayoutFactsConnectionTargetExpectation
Source§fn clone(&self) -> ConformanceLayoutFactsConnectionTargetExpectation
fn clone(&self) -> ConformanceLayoutFactsConnectionTargetExpectation
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<'de> Deserialize<'de> for ConformanceLayoutFactsConnectionTargetExpectation
impl<'de> Deserialize<'de> for ConformanceLayoutFactsConnectionTargetExpectation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ConformanceLayoutFactsConnectionTargetExpectation
impl PartialEq for ConformanceLayoutFactsConnectionTargetExpectation
Source§fn eq(&self, other: &ConformanceLayoutFactsConnectionTargetExpectation) -> bool
fn eq(&self, other: &ConformanceLayoutFactsConnectionTargetExpectation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConformanceLayoutFactsConnectionTargetExpectation
Auto Trait Implementations§
impl Freeze for ConformanceLayoutFactsConnectionTargetExpectation
impl RefUnwindSafe for ConformanceLayoutFactsConnectionTargetExpectation
impl Send for ConformanceLayoutFactsConnectionTargetExpectation
impl Sync for ConformanceLayoutFactsConnectionTargetExpectation
impl Unpin for ConformanceLayoutFactsConnectionTargetExpectation
impl UnsafeUnpin for ConformanceLayoutFactsConnectionTargetExpectation
impl UnwindSafe for ConformanceLayoutFactsConnectionTargetExpectation
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