pub struct OrganizationListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for OrganizationListId
impl AsRef<Url> for OrganizationListId
Source§impl Clone for OrganizationListId
impl Clone for OrganizationListId
Source§fn clone(&self) -> OrganizationListId
fn clone(&self) -> OrganizationListId
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrganizationListId
impl Debug for OrganizationListId
Source§impl<'de> Deserialize<'de> for OrganizationListId
impl<'de> Deserialize<'de> for OrganizationListId
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 OrganizationListId
impl Display for OrganizationListId
Source§impl From<OrganizationListId> for Url
impl From<OrganizationListId> for Url
Source§fn from(value: OrganizationListId) -> Self
fn from(value: OrganizationListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for OrganizationListId
impl From<Url> for OrganizationListId
Source§impl FromStr for OrganizationListId
impl FromStr for OrganizationListId
Source§impl Hash for OrganizationListId
impl Hash for OrganizationListId
Source§impl Ord for OrganizationListId
impl Ord for OrganizationListId
Source§fn cmp(&self, other: &OrganizationListId) -> Ordering
fn cmp(&self, other: &OrganizationListId) -> Ordering
1.21.0 · 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 OrganizationListId
impl PartialEq for OrganizationListId
Source§impl PartialOrd for OrganizationListId
impl PartialOrd for OrganizationListId
Source§impl Serialize for OrganizationListId
impl Serialize for OrganizationListId
impl Eq for OrganizationListId
impl StructuralPartialEq for OrganizationListId
Auto Trait Implementations§
impl Freeze for OrganizationListId
impl RefUnwindSafe for OrganizationListId
impl Send for OrganizationListId
impl Sync for OrganizationListId
impl Unpin for OrganizationListId
impl UnwindSafe for OrganizationListId
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