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