pub struct ContainsAllTokensParams {
pub last_as_prefix: Option<bool>,
}Fields§
§last_as_prefix: Option<bool>Trait Implementations§
Source§impl Clone for ContainsAllTokensParams
impl Clone for ContainsAllTokensParams
Source§fn clone(&self) -> ContainsAllTokensParams
fn clone(&self) -> ContainsAllTokensParams
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 ContainsAllTokensParams
impl Debug for ContainsAllTokensParams
Source§impl<'de> Deserialize<'de> for ContainsAllTokensParams
impl<'de> Deserialize<'de> for ContainsAllTokensParams
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 PartialEq for ContainsAllTokensParams
impl PartialEq for ContainsAllTokensParams
Source§impl Serialize for ContainsAllTokensParams
impl Serialize for ContainsAllTokensParams
impl StructuralPartialEq for ContainsAllTokensParams
Auto Trait Implementations§
impl Freeze for ContainsAllTokensParams
impl RefUnwindSafe for ContainsAllTokensParams
impl Send for ContainsAllTokensParams
impl Sync for ContainsAllTokensParams
impl Unpin for ContainsAllTokensParams
impl UnwindSafe for ContainsAllTokensParams
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