pub struct UnitPropertyFetch {
pub name: String,
pub signature: String,
pub access: String,
}Fields§
§name: String§signature: String§access: StringTrait Implementations§
Source§impl Debug for UnitPropertyFetch
impl Debug for UnitPropertyFetch
Source§impl Ord for UnitPropertyFetch
impl Ord for UnitPropertyFetch
Source§fn cmp(&self, other: &UnitPropertyFetch) -> Ordering
fn cmp(&self, other: &UnitPropertyFetch) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnitPropertyFetch
impl PartialEq for UnitPropertyFetch
Source§impl PartialOrd for UnitPropertyFetch
impl PartialOrd for UnitPropertyFetch
impl Eq for UnitPropertyFetch
impl StructuralPartialEq for UnitPropertyFetch
Auto Trait Implementations§
impl Freeze for UnitPropertyFetch
impl RefUnwindSafe for UnitPropertyFetch
impl Send for UnitPropertyFetch
impl Sync for UnitPropertyFetch
impl Unpin for UnitPropertyFetch
impl UnsafeUnpin for UnitPropertyFetch
impl UnwindSafe for UnitPropertyFetch
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