#[non_exhaustive]pub struct ZoneMetadata { /* private fields */ }Implementations§
Source§impl ZoneMetadata
impl ZoneMetadata
Trait Implementations§
Source§impl Clone for ZoneMetadata
impl Clone for ZoneMetadata
Source§fn clone(&self) -> ZoneMetadata
fn clone(&self) -> ZoneMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 ZoneMetadata
impl Debug for ZoneMetadata
Source§impl Default for ZoneMetadata
impl Default for ZoneMetadata
Source§fn default() -> ZoneMetadata
fn default() -> ZoneMetadata
Returns the “default value” for a type. Read more
Source§impl Message for ZoneMetadata
impl Message for ZoneMetadata
Source§impl PartialEq for ZoneMetadata
impl PartialEq for ZoneMetadata
impl StructuralPartialEq for ZoneMetadata
Auto Trait Implementations§
impl Freeze for ZoneMetadata
impl RefUnwindSafe for ZoneMetadata
impl Send for ZoneMetadata
impl Sync for ZoneMetadata
impl Unpin for ZoneMetadata
impl UnwindSafe for ZoneMetadata
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