Struct gsd_parser::SlaveFamily
source · pub struct SlaveFamily { /* private fields */ }Trait Implementations§
source§impl Clone for SlaveFamily
impl Clone for SlaveFamily
source§fn clone(&self) -> SlaveFamily
fn clone(&self) -> SlaveFamily
Returns a copy 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 SlaveFamily
impl Debug for SlaveFamily
source§impl Default for SlaveFamily
impl Default for SlaveFamily
source§fn default() -> SlaveFamily
fn default() -> SlaveFamily
Returns the “default value” for a type. Read more
source§impl PartialEq for SlaveFamily
impl PartialEq for SlaveFamily
source§fn eq(&self, other: &SlaveFamily) -> bool
fn eq(&self, other: &SlaveFamily) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SlaveFamily
impl StructuralEq for SlaveFamily
impl StructuralPartialEq for SlaveFamily
Auto Trait Implementations§
impl RefUnwindSafe for SlaveFamily
impl Send for SlaveFamily
impl Sync for SlaveFamily
impl Unpin for SlaveFamily
impl UnwindSafe for SlaveFamily
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