pub enum MaterialRegistrationError {
Unsupported,
}Variants§
Unsupported
Trait Implementations§
Source§impl Clone for MaterialRegistrationError
impl Clone for MaterialRegistrationError
Source§fn clone(&self) -> MaterialRegistrationError
fn clone(&self) -> MaterialRegistrationError
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 MaterialRegistrationError
impl Debug for MaterialRegistrationError
impl Copy for MaterialRegistrationError
impl Eq for MaterialRegistrationError
impl StructuralPartialEq for MaterialRegistrationError
Auto Trait Implementations§
impl Freeze for MaterialRegistrationError
impl RefUnwindSafe for MaterialRegistrationError
impl Send for MaterialRegistrationError
impl Sync for MaterialRegistrationError
impl Unpin for MaterialRegistrationError
impl UnsafeUnpin for MaterialRegistrationError
impl UnwindSafe for MaterialRegistrationError
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