pub enum DraughtingCalloutRefView<'m> {
DraughtingCallout(&'m DraughtingCallout),
LeaderDirectedCallout(&'m LeaderDirectedCallout),
Complex(&'m ComplexUnit),
}Variants§
DraughtingCallout(&'m DraughtingCallout)
LeaderDirectedCallout(&'m LeaderDirectedCallout)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for DraughtingCalloutRefView<'m>
impl<'m> Clone for DraughtingCalloutRefView<'m>
Source§fn clone(&self) -> DraughtingCalloutRefView<'m>
fn clone(&self) -> DraughtingCalloutRefView<'m>
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 moreimpl<'m> Copy for DraughtingCalloutRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for DraughtingCalloutRefView<'m>
impl<'m> RefUnwindSafe for DraughtingCalloutRefView<'m>
impl<'m> Send for DraughtingCalloutRefView<'m>
impl<'m> Sync for DraughtingCalloutRefView<'m>
impl<'m> Unpin for DraughtingCalloutRefView<'m>
impl<'m> UnsafeUnpin for DraughtingCalloutRefView<'m>
impl<'m> UnwindSafe for DraughtingCalloutRefView<'m>
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