pub struct PublicArtifactId { /* private fields */ }
Trait Implementations§
source§impl Clone for PublicArtifactId
impl Clone for PublicArtifactId
source§fn clone(&self) -> PublicArtifactId
fn clone(&self) -> PublicArtifactId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PublicArtifactId
impl Debug for PublicArtifactId
source§impl From<PublicArtifactId> for JsValue
impl From<PublicArtifactId> for JsValue
source§fn from(value: PublicArtifactId) -> Self
fn from(value: PublicArtifactId) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for PublicArtifactId
impl FromWasmAbi for PublicArtifactId
source§impl IntoWasmAbi for PublicArtifactId
impl IntoWasmAbi for PublicArtifactId
source§impl OptionFromWasmAbi for PublicArtifactId
impl OptionFromWasmAbi for PublicArtifactId
source§impl OptionIntoWasmAbi for PublicArtifactId
impl OptionIntoWasmAbi for PublicArtifactId
source§impl RefFromWasmAbi for PublicArtifactId
impl RefFromWasmAbi for PublicArtifactId
§type Anchor = Ref<'static, PublicArtifactId>
type Anchor = Ref<'static, PublicArtifactId>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§impl RefMutFromWasmAbi for PublicArtifactId
impl RefMutFromWasmAbi for PublicArtifactId
source§impl TryFromJsValue for PublicArtifactId
impl TryFromJsValue for PublicArtifactId
source§impl VectorFromWasmAbi for PublicArtifactId
impl VectorFromWasmAbi for PublicArtifactId
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[PublicArtifactId]>
source§impl VectorIntoWasmAbi for PublicArtifactId
impl VectorIntoWasmAbi for PublicArtifactId
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[PublicArtifactId]>) -> Self::Abi
source§impl WasmDescribeVector for PublicArtifactId
impl WasmDescribeVector for PublicArtifactId
Auto Trait Implementations§
impl RefUnwindSafe for PublicArtifactId
impl Send for PublicArtifactId
impl Sync for PublicArtifactId
impl Unpin for PublicArtifactId
impl UnwindSafe for PublicArtifactId
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.