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 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 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
impl Eq for SlaveFamily
impl StructuralPartialEq for SlaveFamily
Auto Trait Implementations§
impl Freeze for SlaveFamily
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