pub struct SetIntersectionArgs {
pub keys: Vec<String>,
}
Fields§
§keys: Vec<String>
Trait Implementations§
Source§impl Clone for SetIntersectionArgs
impl Clone for SetIntersectionArgs
Source§fn clone(&self) -> SetIntersectionArgs
fn clone(&self) -> SetIntersectionArgs
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 SetIntersectionArgs
impl Debug for SetIntersectionArgs
Source§impl Default for SetIntersectionArgs
impl Default for SetIntersectionArgs
Source§fn default() -> SetIntersectionArgs
fn default() -> SetIntersectionArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetIntersectionArgs
impl<'de> Deserialize<'de> for SetIntersectionArgs
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 SetIntersectionArgs
impl PartialEq for SetIntersectionArgs
Source§impl Serialize for SetIntersectionArgs
impl Serialize for SetIntersectionArgs
impl StructuralPartialEq for SetIntersectionArgs
Auto Trait Implementations§
impl Freeze for SetIntersectionArgs
impl RefUnwindSafe for SetIntersectionArgs
impl Send for SetIntersectionArgs
impl Sync for SetIntersectionArgs
impl Unpin for SetIntersectionArgs
impl UnwindSafe for SetIntersectionArgs
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