pub enum MethodDefinitionKind {
Constructor,
Method,
Get,
Set,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodDefinitionKind
impl RefUnwindSafe for MethodDefinitionKind
impl Send for MethodDefinitionKind
impl Sync for MethodDefinitionKind
impl Unpin for MethodDefinitionKind
impl UnwindSafe for MethodDefinitionKind
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