pub struct StaticMethod<T>where
T: DocReference,{ /* private fields */ }
Expand description
represents a static method associated with a class
name given to the class method may differ from the name of the native function
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for StaticMethod<T>
impl<T> RefUnwindSafe for StaticMethod<T>where
T: RefUnwindSafe,
impl<T> !Send for StaticMethod<T>
impl<T> !Sync for StaticMethod<T>
impl<T> Unpin for StaticMethod<T>
impl<T> UnwindSafe for StaticMethod<T>where
T: RefUnwindSafe,
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