pub struct ServiceFactoryFull {
pub self_link: Option<Url>,
pub resource_type_link: Option<Url>,
pub http_etag: Option<String>,
}Expand description
Representation of the service_factory-full resource
Fields§
§self_link: Option<Url>The canonical link to this resource.
resource_type_link: Option<Url>The link to the WADL description of this resource.
http_etag: Option<String>The value of the HTTP ETag for this resource.
Implementations§
Source§impl ServiceFactoryFull
impl ServiceFactoryFull
Sourcepub fn self_(&self) -> Option<ServiceFactory>
pub fn self_(&self) -> Option<ServiceFactory>
The canonical link to this resource.
Sourcepub fn set_self_(&mut self, value: Option<ServiceFactory>)
pub fn set_self_(&mut self, value: Option<ServiceFactory>)
Set the self_link value.
Trait Implementations§
Source§impl Clone for ServiceFactoryFull
impl Clone for ServiceFactoryFull
Source§fn clone(&self) -> ServiceFactoryFull
fn clone(&self) -> ServiceFactoryFull
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 ServiceFactoryFull
impl Debug for ServiceFactoryFull
Source§impl Default for ServiceFactoryFull
impl Default for ServiceFactoryFull
Source§impl<'de> Deserialize<'de> for ServiceFactoryFull
impl<'de> Deserialize<'de> for ServiceFactoryFull
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 ServiceFactoryFull
impl PartialEq for ServiceFactoryFull
Source§impl Serialize for ServiceFactoryFull
impl Serialize for ServiceFactoryFull
impl StructuralPartialEq for ServiceFactoryFull
Auto Trait Implementations§
impl Freeze for ServiceFactoryFull
impl RefUnwindSafe for ServiceFactoryFull
impl Send for ServiceFactoryFull
impl Sync for ServiceFactoryFull
impl Unpin for ServiceFactoryFull
impl UnwindSafe for ServiceFactoryFull
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