pub struct GuestStarSlotId(/* private fields */);
Available on crate feature
stream
only.Expand description
A Guest Star Slot ID
Implementations§
Source§impl GuestStarSlotId
impl GuestStarSlotId
Sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a newGuestStarSlotIdfrom a static reference
Sourcepub fn into_boxed_ref(self) -> Box<GuestStarSlotIdRef>
pub fn into_boxed_ref(self) -> Box<GuestStarSlotIdRef>
Converts this GuestStarSlotId
into a Box<GuestStarSlotIdRef>
This will drop any excess capacity.
Methods from Deref<Target = GuestStarSlotIdRef>§
Sourcepub fn as_cow(&self) -> Cow<'_, GuestStarSlotIdRef>
pub fn as_cow(&self) -> Cow<'_, GuestStarSlotIdRef>
Trait Implementations§
Source§impl AsRef<GuestStarSlotIdRef> for GuestStarSlotId
impl AsRef<GuestStarSlotIdRef> for GuestStarSlotId
Source§fn as_ref(&self) -> &GuestStarSlotIdRef
fn as_ref(&self) -> &GuestStarSlotIdRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for GuestStarSlotId
impl AsRef<str> for GuestStarSlotId
Source§impl Borrow<GuestStarSlotIdRef> for GuestStarSlotId
impl Borrow<GuestStarSlotIdRef> for GuestStarSlotId
Source§fn borrow(&self) -> &GuestStarSlotIdRef
fn borrow(&self) -> &GuestStarSlotIdRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for GuestStarSlotId
impl Borrow<str> for GuestStarSlotId
Source§impl Clone for GuestStarSlotId
impl Clone for GuestStarSlotId
Source§fn clone(&self) -> GuestStarSlotId
fn clone(&self) -> GuestStarSlotId
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 GuestStarSlotId
impl Debug for GuestStarSlotId
Source§impl Deref for GuestStarSlotId
impl Deref for GuestStarSlotId
Source§impl<'de> Deserialize<'de> for GuestStarSlotId
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for GuestStarSlotId
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GuestStarSlotId
impl Display for GuestStarSlotId
Source§impl<'a> From<&'a GuestStarSlotId> for &'a GuestStarSlotIdRef
impl<'a> From<&'a GuestStarSlotId> for &'a GuestStarSlotIdRef
Source§fn from(owned: &'a GuestStarSlotId) -> Self
fn from(owned: &'a GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a GuestStarSlotId> for Collection<'a, GuestStarSlotId>
impl<'a> From<&'a GuestStarSlotId> for Collection<'a, GuestStarSlotId>
Source§fn from(v: &'a GuestStarSlotId) -> Self
fn from(v: &'a GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a GuestStarSlotId> for Cow<'a, GuestStarSlotIdRef>
impl<'a> From<&'a GuestStarSlotId> for Cow<'a, GuestStarSlotIdRef>
Source§fn from(owned: &'a GuestStarSlotId) -> Self
fn from(owned: &'a GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl From<&GuestStarSlotIdRef> for GuestStarSlotId
impl From<&GuestStarSlotIdRef> for GuestStarSlotId
Source§fn from(s: &GuestStarSlotIdRef) -> Self
fn from(s: &GuestStarSlotIdRef) -> Self
Converts to this type from the input type.
Source§impl From<&str> for GuestStarSlotId
impl From<&str> for GuestStarSlotId
Source§impl From<Box<GuestStarSlotIdRef>> for GuestStarSlotId
impl From<Box<GuestStarSlotIdRef>> for GuestStarSlotId
Source§fn from(r: Box<GuestStarSlotIdRef>) -> Self
fn from(r: Box<GuestStarSlotIdRef>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<Cow<'a, GuestStarSlotIdRef>> for GuestStarSlotId
impl<'a> From<Cow<'a, GuestStarSlotIdRef>> for GuestStarSlotId
Source§fn from(r: Cow<'a, GuestStarSlotIdRef>) -> Self
fn from(r: Cow<'a, GuestStarSlotIdRef>) -> Self
Converts to this type from the input type.
Source§impl From<GuestStarSlotId> for Box<GuestStarSlotIdRef>
impl From<GuestStarSlotId> for Box<GuestStarSlotIdRef>
Source§fn from(r: GuestStarSlotId) -> Self
fn from(r: GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl<'a> From<GuestStarSlotId> for Cow<'a, GuestStarSlotIdRef>
impl<'a> From<GuestStarSlotId> for Cow<'a, GuestStarSlotIdRef>
Source§fn from(owned: GuestStarSlotId) -> Self
fn from(owned: GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl From<GuestStarSlotId> for String
impl From<GuestStarSlotId> for String
Source§fn from(s: GuestStarSlotId) -> Self
fn from(s: GuestStarSlotId) -> Self
Converts to this type from the input type.
Source§impl From<String> for GuestStarSlotId
impl From<String> for GuestStarSlotId
Source§impl FromStr for GuestStarSlotId
impl FromStr for GuestStarSlotId
Source§impl Hash for GuestStarSlotId
impl Hash for GuestStarSlotId
Source§impl<'a> IntoCow<'a, GuestStarSlotIdRef> for &'a GuestStarSlotId
impl<'a> IntoCow<'a, GuestStarSlotIdRef> for &'a GuestStarSlotId
Source§fn into_cow(self) -> Cow<'a, GuestStarSlotIdRef>
fn into_cow(self) -> Cow<'a, GuestStarSlotIdRef>
Make the cow with proper ownership, muu
Source§impl<'a> IntoCow<'a, GuestStarSlotIdRef> for GuestStarSlotId
impl<'a> IntoCow<'a, GuestStarSlotIdRef> for GuestStarSlotId
Source§fn into_cow(self) -> Cow<'a, GuestStarSlotIdRef>
fn into_cow(self) -> Cow<'a, GuestStarSlotIdRef>
Make the cow with proper ownership, muu
Source§impl Ord for GuestStarSlotId
impl Ord for GuestStarSlotId
Source§impl PartialEq<&GuestStarSlotId> for GuestStarSlotId
impl PartialEq<&GuestStarSlotId> for GuestStarSlotId
Source§impl PartialEq<&GuestStarSlotIdRef> for GuestStarSlotId
impl PartialEq<&GuestStarSlotIdRef> for GuestStarSlotId
Source§impl PartialEq<GuestStarSlotId> for &GuestStarSlotIdRef
impl PartialEq<GuestStarSlotId> for &GuestStarSlotIdRef
Source§impl PartialEq for GuestStarSlotId
impl PartialEq for GuestStarSlotId
Source§impl PartialOrd for GuestStarSlotId
impl PartialOrd for GuestStarSlotId
Source§impl Serialize for GuestStarSlotId
Available on crate feature serde
only.
impl Serialize for GuestStarSlotId
Available on crate feature
serde
only.impl Eq for GuestStarSlotId
impl StructuralPartialEq for GuestStarSlotId
Auto Trait Implementations§
impl Freeze for GuestStarSlotId
impl RefUnwindSafe for GuestStarSlotId
impl Send for GuestStarSlotId
impl Sync for GuestStarSlotId
impl Unpin for GuestStarSlotId
impl UnwindSafe for GuestStarSlotId
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)