pub struct ObjectStorageResponseLinks {
pub _links: Option<Box<ObjectStorageResponseLinksLinks>>,
}
Fields§
§_links: Option<Box<ObjectStorageResponseLinksLinks>>
Implementations§
Source§impl ObjectStorageResponseLinks
impl ObjectStorageResponseLinks
pub fn new() -> ObjectStorageResponseLinks
Trait Implementations§
Source§impl Clone for ObjectStorageResponseLinks
impl Clone for ObjectStorageResponseLinks
Source§fn clone(&self) -> ObjectStorageResponseLinks
fn clone(&self) -> ObjectStorageResponseLinks
Returns a copy 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 ObjectStorageResponseLinks
impl Debug for ObjectStorageResponseLinks
Source§impl Default for ObjectStorageResponseLinks
impl Default for ObjectStorageResponseLinks
Source§fn default() -> ObjectStorageResponseLinks
fn default() -> ObjectStorageResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectStorageResponseLinks
impl<'de> Deserialize<'de> for ObjectStorageResponseLinks
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
impl StructuralPartialEq for ObjectStorageResponseLinks
Auto Trait Implementations§
impl Freeze for ObjectStorageResponseLinks
impl RefUnwindSafe for ObjectStorageResponseLinks
impl Send for ObjectStorageResponseLinks
impl Sync for ObjectStorageResponseLinks
impl Unpin for ObjectStorageResponseLinks
impl UnwindSafe for ObjectStorageResponseLinks
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