pub struct WithContext { /* private fields */ }Implementations§
Source§impl WithContext
Auto-generated by derive_getters::Getters.
impl WithContext
Auto-generated by derive_getters::Getters.
Trait Implementations§
Source§impl Clone for WithContext
impl Clone for WithContext
Source§fn clone(&self) -> WithContext
fn clone(&self) -> WithContext
Returns a copy 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 WithContext
impl Debug for WithContext
Source§impl Default for WithContext
impl Default for WithContext
Source§fn default() -> WithContext
fn default() -> WithContext
Returns the “default value” for a type. Read more
Source§impl From<&WithContext> for WithContext
impl From<&WithContext> for WithContext
Source§fn from(value: &WithContext) -> Self
fn from(value: &WithContext) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WithContext
impl RefUnwindSafe for WithContext
impl Send for WithContext
impl Sync for WithContext
impl Unpin for WithContext
impl UnwindSafe for WithContext
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