pub struct WordPressBlockAssetPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WordPressBlockAssetPath
impl Clone for WordPressBlockAssetPath
Source§fn clone(&self) -> WordPressBlockAssetPath
fn clone(&self) -> WordPressBlockAssetPath
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 WordPressBlockAssetPath
impl Debug for WordPressBlockAssetPath
Source§impl Display for WordPressBlockAssetPath
impl Display for WordPressBlockAssetPath
Source§impl FromStr for WordPressBlockAssetPath
impl FromStr for WordPressBlockAssetPath
Source§impl Hash for WordPressBlockAssetPath
impl Hash for WordPressBlockAssetPath
Source§impl Ord for WordPressBlockAssetPath
impl Ord for WordPressBlockAssetPath
Source§fn cmp(&self, other: &WordPressBlockAssetPath) -> Ordering
fn cmp(&self, other: &WordPressBlockAssetPath) -> 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 WordPressBlockAssetPath
impl PartialEq for WordPressBlockAssetPath
Source§fn eq(&self, other: &WordPressBlockAssetPath) -> bool
fn eq(&self, other: &WordPressBlockAssetPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WordPressBlockAssetPath
impl PartialOrd for WordPressBlockAssetPath
impl Eq for WordPressBlockAssetPath
impl StructuralPartialEq for WordPressBlockAssetPath
Auto Trait Implementations§
impl Freeze for WordPressBlockAssetPath
impl RefUnwindSafe for WordPressBlockAssetPath
impl Send for WordPressBlockAssetPath
impl Sync for WordPressBlockAssetPath
impl Unpin for WordPressBlockAssetPath
impl UnsafeUnpin for WordPressBlockAssetPath
impl UnwindSafe for WordPressBlockAssetPath
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