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