pub struct LeaderDirectedCallout {
pub name: String,
pub contents: Vec<DraughtingCalloutElementRef>,
}Fields§
§name: String§contents: Vec<DraughtingCalloutElementRef>Trait Implementations§
Source§impl Clone for LeaderDirectedCallout
impl Clone for LeaderDirectedCallout
Source§fn clone(&self) -> LeaderDirectedCallout
fn clone(&self) -> LeaderDirectedCallout
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 LeaderDirectedCallout
impl Debug for LeaderDirectedCallout
Source§impl PartialEq for LeaderDirectedCallout
impl PartialEq for LeaderDirectedCallout
Source§fn eq(&self, other: &LeaderDirectedCallout) -> bool
fn eq(&self, other: &LeaderDirectedCallout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LeaderDirectedCallout
Auto Trait Implementations§
impl Freeze for LeaderDirectedCallout
impl RefUnwindSafe for LeaderDirectedCallout
impl Send for LeaderDirectedCallout
impl Sync for LeaderDirectedCallout
impl Unpin for LeaderDirectedCallout
impl UnsafeUnpin for LeaderDirectedCallout
impl UnwindSafe for LeaderDirectedCallout
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