pub struct Claimable {}
Trait Implementations§
impl HasSubtype<Mannequin> for Claimable
impl HasSubtype<User> for Claimable
Auto Trait Implementations§
impl Freeze for Claimable
impl RefUnwindSafe for Claimable
impl Send for Claimable
impl Sync for Claimable
impl Unpin for Claimable
impl UnwindSafe for Claimable
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