pub struct MonikerWithUrl {
pub moniker: String,
pub component_url: String,
}
Fields§
§moniker: String
§component_url: String
Trait Implementations§
Source§impl Debug for MonikerWithUrl
impl Debug for MonikerWithUrl
Source§impl Ord for MonikerWithUrl
impl Ord for MonikerWithUrl
Source§fn cmp(&self, other: &MonikerWithUrl) -> Ordering
fn cmp(&self, other: &MonikerWithUrl) -> 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 MonikerWithUrl
impl PartialEq for MonikerWithUrl
Source§impl PartialOrd for MonikerWithUrl
impl PartialOrd for MonikerWithUrl
Source§impl Serialize for MonikerWithUrl
impl Serialize for MonikerWithUrl
impl Eq for MonikerWithUrl
impl StructuralPartialEq for MonikerWithUrl
Auto Trait Implementations§
impl Freeze for MonikerWithUrl
impl RefUnwindSafe for MonikerWithUrl
impl Send for MonikerWithUrl
impl Sync for MonikerWithUrl
impl Unpin for MonikerWithUrl
impl UnwindSafe for MonikerWithUrl
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