pub struct FileListId(/* private fields */);Trait Implementations§
Source§impl AsRef<Url> for FileListId
impl AsRef<Url> for FileListId
Source§impl Clone for FileListId
impl Clone for FileListId
Source§fn clone(&self) -> FileListId
fn clone(&self) -> FileListId
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 FileListId
impl Debug for FileListId
Source§impl<'de> Deserialize<'de> for FileListId
impl<'de> Deserialize<'de> for FileListId
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 FileListId
impl Display for FileListId
Source§impl From<FileListId> for Url
impl From<FileListId> for Url
Source§fn from(value: FileListId) -> Self
fn from(value: FileListId) -> Self
Converts to this type from the input type.
Source§impl From<Url> for FileListId
impl From<Url> for FileListId
Source§impl FromStr for FileListId
impl FromStr for FileListId
Source§impl Hash for FileListId
impl Hash for FileListId
Source§impl Ord for FileListId
impl Ord for FileListId
Source§fn cmp(&self, other: &FileListId) -> Ordering
fn cmp(&self, other: &FileListId) -> 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 FileListId
impl PartialEq for FileListId
Source§impl PartialOrd for FileListId
impl PartialOrd for FileListId
Source§impl Serialize for FileListId
impl Serialize for FileListId
impl Eq for FileListId
impl StructuralPartialEq for FileListId
Auto Trait Implementations§
impl Freeze for FileListId
impl RefUnwindSafe for FileListId
impl Send for FileListId
impl Sync for FileListId
impl Unpin for FileListId
impl UnwindSafe for FileListId
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