pub struct RawJavaScriptCodeWithScope<'a> { /* private fields */ }Expand description
A BSON “code with scope” value referencing raw bytes stored elsewhere.
Implementations§
Source§impl<'a> RawJavaScriptCodeWithScope<'a>
impl<'a> RawJavaScriptCodeWithScope<'a>
Trait Implementations§
Source§impl<'a> Clone for RawJavaScriptCodeWithScope<'a>
impl<'a> Clone for RawJavaScriptCodeWithScope<'a>
Source§fn clone(&self) -> RawJavaScriptCodeWithScope<'a>
fn clone(&self) -> RawJavaScriptCodeWithScope<'a>
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<'a> Debug for RawJavaScriptCodeWithScope<'a>
impl<'a> Debug for RawJavaScriptCodeWithScope<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for RawJavaScriptCodeWithScope<'a>
impl<'de: 'a, 'a> Deserialize<'de> for RawJavaScriptCodeWithScope<'a>
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> PartialEq for RawJavaScriptCodeWithScope<'a>
impl<'a> PartialEq for RawJavaScriptCodeWithScope<'a>
Source§fn eq(&self, other: &RawJavaScriptCodeWithScope<'a>) -> bool
fn eq(&self, other: &RawJavaScriptCodeWithScope<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> Serialize for RawJavaScriptCodeWithScope<'a>
impl<'a> Serialize for RawJavaScriptCodeWithScope<'a>
impl<'a> Copy for RawJavaScriptCodeWithScope<'a>
impl<'a> StructuralPartialEq for RawJavaScriptCodeWithScope<'a>
Auto Trait Implementations§
impl<'a> Freeze for RawJavaScriptCodeWithScope<'a>
impl<'a> RefUnwindSafe for RawJavaScriptCodeWithScope<'a>
impl<'a> Send for RawJavaScriptCodeWithScope<'a>
impl<'a> Sync for RawJavaScriptCodeWithScope<'a>
impl<'a> Unpin for RawJavaScriptCodeWithScope<'a>
impl<'a> UnwindSafe for RawJavaScriptCodeWithScope<'a>
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