pub struct ContextMeta { /* private fields */ }Expand description
Immutable data inherited by contexts and copied on extension.
Trait Implementations§
Source§impl Clone for ContextMeta
impl Clone for ContextMeta
Source§fn clone(&self) -> ContextMeta
fn clone(&self) -> ContextMeta
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 ContextMeta
impl Debug for ContextMeta
Source§impl Default for ContextMeta
impl Default for ContextMeta
Source§fn default() -> ContextMeta
fn default() -> ContextMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ContextMeta
impl !UnwindSafe for ContextMeta
impl Freeze for ContextMeta
impl Send for ContextMeta
impl Sync for ContextMeta
impl Unpin for ContextMeta
impl UnsafeUnpin for ContextMeta
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