Struct ExGetMeta
pub struct ExGetMeta<'a> { /* private fields */ }
Expand description
Default-param extender for Object::get_meta_ex
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExGetMeta<'a>
impl<'a> RefUnwindSafe for ExGetMeta<'a>
impl<'a> !Send for ExGetMeta<'a>
impl<'a> !Sync for ExGetMeta<'a>
impl<'a> Unpin for ExGetMeta<'a>
impl<'a> UnwindSafe for ExGetMeta<'a>
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