pub struct NonInflatableAsset;Trait Implementations§
Source§impl Default for NonInflatableAsset
impl Default for NonInflatableAsset
Source§fn default() -> NonInflatableAsset
fn default() -> NonInflatableAsset
Returns the “default value” for a type. Read more
Source§impl IssuerWrapper for NonInflatableAsset
impl IssuerWrapper for NonInflatableAsset
Auto Trait Implementations§
impl Freeze for NonInflatableAsset
impl RefUnwindSafe for NonInflatableAsset
impl Send for NonInflatableAsset
impl Sync for NonInflatableAsset
impl Unpin for NonInflatableAsset
impl UnwindSafe for NonInflatableAsset
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