pub struct FieldSourceAttrsIr {
pub ext: bool,
pub flatten: bool,
pub flatten_ext: bool,
}Fields§
§ext: bool§flatten: bool§flatten_ext: boolTrait Implementations§
Source§impl Clone for FieldSourceAttrsIr
impl Clone for FieldSourceAttrsIr
Source§fn clone(&self) -> FieldSourceAttrsIr
fn clone(&self) -> FieldSourceAttrsIr
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 FieldSourceAttrsIr
impl Debug for FieldSourceAttrsIr
Source§impl Default for FieldSourceAttrsIr
impl Default for FieldSourceAttrsIr
Source§fn default() -> FieldSourceAttrsIr
fn default() -> FieldSourceAttrsIr
Returns the “default value” for a type. Read more
Source§impl PartialEq for FieldSourceAttrsIr
impl PartialEq for FieldSourceAttrsIr
impl Eq for FieldSourceAttrsIr
impl StructuralPartialEq for FieldSourceAttrsIr
Auto Trait Implementations§
impl Freeze for FieldSourceAttrsIr
impl RefUnwindSafe for FieldSourceAttrsIr
impl Send for FieldSourceAttrsIr
impl Sync for FieldSourceAttrsIr
impl Unpin for FieldSourceAttrsIr
impl UnsafeUnpin for FieldSourceAttrsIr
impl UnwindSafe for FieldSourceAttrsIr
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.