pub struct NullInterchangeContext(/* private fields */);Implementations§
Source§impl NullInterchangeContext
impl NullInterchangeContext
pub fn get_header( &self, headerName__379: impl ToArcString, ) -> Option<Arc<String>>
pub fn instance() -> NullInterchangeContext
pub fn new() -> NullInterchangeContext
Trait Implementations§
Source§impl AsAnyValue for NullInterchangeContext
impl AsAnyValue for NullInterchangeContext
fn as_any_value(&self) -> AnyValue
Source§impl Clone for NullInterchangeContext
impl Clone for NullInterchangeContext
Source§fn clone(&self) -> NullInterchangeContext
fn clone(&self) -> NullInterchangeContext
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 InterchangeContextTrait for NullInterchangeContext
impl InterchangeContextTrait for NullInterchangeContext
fn clone_boxed(&self) -> InterchangeContext
fn get_header(&self, headerName__379: Arc<String>) -> Option<Arc<String>>
Auto Trait Implementations§
impl Freeze for NullInterchangeContext
impl RefUnwindSafe for NullInterchangeContext
impl Send for NullInterchangeContext
impl Sync for NullInterchangeContext
impl Unpin for NullInterchangeContext
impl UnwindSafe for NullInterchangeContext
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