Struct PathFieldSet
pub struct PathFieldSet { /* private fields */ }Implementations§
§impl PathFieldSet
impl PathFieldSet
Trait Implementations§
§impl BitAnd for PathFieldSet
impl BitAnd for PathFieldSet
§type Output = PathFieldSet
type Output = PathFieldSet
The resulting type after applying the
& operator.§fn bitand(self, rhs: PathFieldSet) -> PathFieldSet
fn bitand(self, rhs: PathFieldSet) -> PathFieldSet
Performs the
& operation. Read more§impl BitOr for PathFieldSet
impl BitOr for PathFieldSet
§type Output = PathFieldSet
type Output = PathFieldSet
The resulting type after applying the
| operator.§fn bitor(self, rhs: PathFieldSet) -> PathFieldSet
fn bitor(self, rhs: PathFieldSet) -> PathFieldSet
Performs the
| operation. Read more§impl BitOrAssign for PathFieldSet
impl BitOrAssign for PathFieldSet
§fn bitor_assign(&mut self, rhs: PathFieldSet)
fn bitor_assign(&mut self, rhs: PathFieldSet)
Performs the
|= operation. Read more§impl Clone for PathFieldSet
impl Clone for PathFieldSet
§fn clone(&self) -> PathFieldSet
fn clone(&self) -> PathFieldSet
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 more§impl Debug for PathFieldSet
impl Debug for PathFieldSet
§impl Default for PathFieldSet
impl Default for PathFieldSet
§fn default() -> PathFieldSet
fn default() -> PathFieldSet
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for PathFieldSet
impl<'de> Deserialize<'de> for PathFieldSet
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PathFieldSet, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PathFieldSet, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl FromIterator<usize> for PathFieldSet
impl FromIterator<usize> for PathFieldSet
§fn from_iter<T>(iter: T) -> PathFieldSetwhere
T: IntoIterator<Item = usize>,
fn from_iter<T>(iter: T) -> PathFieldSetwhere
T: IntoIterator<Item = usize>,
Creates a value from an iterator. Read more
§impl Hash for PathFieldSet
impl Hash for PathFieldSet
§impl PartialEq for PathFieldSet
impl PartialEq for PathFieldSet
§impl Serialize for PathFieldSet
impl Serialize for PathFieldSet
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for PathFieldSet
impl StructuralPartialEq for PathFieldSet
Auto Trait Implementations§
impl Freeze for PathFieldSet
impl RefUnwindSafe for PathFieldSet
impl Send for PathFieldSet
impl Sync for PathFieldSet
impl Unpin for PathFieldSet
impl UnwindSafe for PathFieldSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.