pub struct DataListLinks {
pub first: Option<Url>,
pub prev: Option<Url>,
pub self_: Option<Url>,
pub next: Option<Url>,
pub last: Option<Url>,
pub web: Option<Url>,
}Fields§
§first: Option<Url>§prev: Option<Url>§self_: Option<Url>§next: Option<Url>§last: Option<Url>§web: Option<Url>Implementations§
Trait Implementations§
Source§impl Clone for DataListLinks
impl Clone for DataListLinks
Source§fn clone(&self) -> DataListLinks
fn clone(&self) -> DataListLinks
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 DataListLinks
impl Debug for DataListLinks
Source§impl<'de> Deserialize<'de> for DataListLinks
impl<'de> Deserialize<'de> for DataListLinks
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 PartialEq for DataListLinks
impl PartialEq for DataListLinks
Source§impl Serialize for DataListLinks
impl Serialize for DataListLinks
impl StructuralPartialEq for DataListLinks
Auto Trait Implementations§
impl Freeze for DataListLinks
impl RefUnwindSafe for DataListLinks
impl Send for DataListLinks
impl Sync for DataListLinks
impl Unpin for DataListLinks
impl UnwindSafe for DataListLinks
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