pub struct VultrMetaLinksDTO {
pub next: Option<String>,
pub prev: Option<String>,
}
Fields§
§next: Option<String>
Cursor value for the next page.
prev: Option<String>
Cursor value for the previous page.
Trait Implementations§
Source§impl Clone for VultrMetaLinksDTO
impl Clone for VultrMetaLinksDTO
Source§fn clone(&self) -> VultrMetaLinksDTO
fn clone(&self) -> VultrMetaLinksDTO
Returns a duplicate of the value. Read more
1.0.0 · 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 VultrMetaLinksDTO
impl Debug for VultrMetaLinksDTO
Source§impl Default for VultrMetaLinksDTO
impl Default for VultrMetaLinksDTO
Source§fn default() -> VultrMetaLinksDTO
fn default() -> VultrMetaLinksDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VultrMetaLinksDTO
impl<'de> Deserialize<'de> for VultrMetaLinksDTO
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 VultrMetaLinksDTO
impl PartialEq for VultrMetaLinksDTO
Source§impl Serialize for VultrMetaLinksDTO
impl Serialize for VultrMetaLinksDTO
impl StructuralPartialEq for VultrMetaLinksDTO
Auto Trait Implementations§
impl Freeze for VultrMetaLinksDTO
impl RefUnwindSafe for VultrMetaLinksDTO
impl Send for VultrMetaLinksDTO
impl Sync for VultrMetaLinksDTO
impl Unpin for VultrMetaLinksDTO
impl UnwindSafe for VultrMetaLinksDTO
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