pub struct isRejected;Trait Implementations§
Source§impl Field for isRejected
impl Field for isRejected
Source§impl HasField<isRejected> for MarketplaceListing
impl HasField<isRejected> for MarketplaceListing
Auto Trait Implementations§
impl Freeze for isRejected
impl RefUnwindSafe for isRejected
impl Send for isRejected
impl Sync for isRejected
impl Unpin for isRejected
impl UnwindSafe for isRejected
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