pub struct FleetServiceId(/* private fields */);Expand description
App-scoped identity of one declared Fleet service endpoint set.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for FleetServiceId
impl AsRef<str> for FleetServiceId
Source§impl Borrow<str> for FleetServiceId
impl Borrow<str> for FleetServiceId
Source§impl CandidType for FleetServiceId
impl CandidType for FleetServiceId
Source§impl Clone for FleetServiceId
impl Clone for FleetServiceId
Source§fn clone(&self) -> FleetServiceId
fn clone(&self) -> FleetServiceId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FleetServiceId
impl Debug for FleetServiceId
Source§impl<'de> Deserialize<'de> for FleetServiceId
impl<'de> Deserialize<'de> for FleetServiceId
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FleetServiceId
impl Display for FleetServiceId
impl Eq for FleetServiceId
Source§impl FromStr for FleetServiceId
impl FromStr for FleetServiceId
Source§impl Hash for FleetServiceId
impl Hash for FleetServiceId
Source§impl Ord for FleetServiceId
impl Ord for FleetServiceId
Source§fn cmp(&self, other: &FleetServiceId) -> Ordering
fn cmp(&self, other: &FleetServiceId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FleetServiceId
impl PartialEq for FleetServiceId
Source§impl PartialOrd for FleetServiceId
impl PartialOrd for FleetServiceId
Source§impl Serialize for FleetServiceId
impl Serialize for FleetServiceId
Source§impl Storable for FleetServiceId
impl Storable for FleetServiceId
Source§fn to_bytes(&self) -> Cow<'_, [u8]>
fn to_bytes(&self) -> Cow<'_, [u8]>
Converts the element into a possibly borrowed byte slice. Read more
Source§fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
Converts bytes into an element.
Source§fn to_bytes_checked(&self) -> Cow<'_, [u8]>
fn to_bytes_checked(&self) -> Cow<'_, [u8]>
Like
to_bytes, but checks that bytes conform to declared bounds.Source§fn into_bytes_checked(self) -> Vec<u8> ⓘwhere
Self: Sized,
fn into_bytes_checked(self) -> Vec<u8> ⓘwhere
Self: Sized,
Like
into_bytes, but checks that bytes conform to declared bounds.Source§fn check_bounds(bytes: &[u8])
fn check_bounds(bytes: &[u8])
Validates that a byte slice fits within this type’s declared bounds.
impl StructuralPartialEq for FleetServiceId
Auto Trait Implementations§
impl Freeze for FleetServiceId
impl RefUnwindSafe for FleetServiceId
impl Send for FleetServiceId
impl Sync for FleetServiceId
impl Unpin for FleetServiceId
impl UnsafeUnpin for FleetServiceId
impl UnwindSafe for FleetServiceId
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