pub enum CatMasterParts {
None,
}
Expand description
API parts for the Cat Master API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for CatMasterParts
impl Clone for CatMasterParts
Source§fn clone(&self) -> CatMasterParts
fn clone(&self) -> CatMasterParts
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 CatMasterParts
impl Debug for CatMasterParts
Source§impl PartialEq for CatMasterParts
impl PartialEq for CatMasterParts
impl StructuralPartialEq for CatMasterParts
Auto Trait Implementations§
impl Freeze for CatMasterParts
impl RefUnwindSafe for CatMasterParts
impl Send for CatMasterParts
impl Sync for CatMasterParts
impl Unpin for CatMasterParts
impl UnwindSafe for CatMasterParts
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