pub struct DeferredAreaSummary {
pub id: String,
pub reason_excerpt: String,
}Fields§
§id: String§reason_excerpt: StringTrait Implementations§
Source§impl Clone for DeferredAreaSummary
impl Clone for DeferredAreaSummary
Source§fn clone(&self) -> DeferredAreaSummary
fn clone(&self) -> DeferredAreaSummary
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 moreAuto Trait Implementations§
impl Freeze for DeferredAreaSummary
impl RefUnwindSafe for DeferredAreaSummary
impl Send for DeferredAreaSummary
impl Sync for DeferredAreaSummary
impl Unpin for DeferredAreaSummary
impl UnsafeUnpin for DeferredAreaSummary
impl UnwindSafe for DeferredAreaSummary
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