pub struct NgwafResponseLinksGetAllServices {
pub _links: Option<Box<NgwafResponseLinksGetAllServicesLinks>>,
}Fields§
§_links: Option<Box<NgwafResponseLinksGetAllServicesLinks>>Implementations§
Trait Implementations§
Source§impl Clone for NgwafResponseLinksGetAllServices
impl Clone for NgwafResponseLinksGetAllServices
Source§fn clone(&self) -> NgwafResponseLinksGetAllServices
fn clone(&self) -> NgwafResponseLinksGetAllServices
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 Default for NgwafResponseLinksGetAllServices
impl Default for NgwafResponseLinksGetAllServices
Source§fn default() -> NgwafResponseLinksGetAllServices
fn default() -> NgwafResponseLinksGetAllServices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NgwafResponseLinksGetAllServices
impl<'de> Deserialize<'de> for NgwafResponseLinksGetAllServices
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 NgwafResponseLinksGetAllServices
impl PartialEq for NgwafResponseLinksGetAllServices
Source§fn eq(&self, other: &NgwafResponseLinksGetAllServices) -> bool
fn eq(&self, other: &NgwafResponseLinksGetAllServices) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NgwafResponseLinksGetAllServices
Auto Trait Implementations§
impl Freeze for NgwafResponseLinksGetAllServices
impl RefUnwindSafe for NgwafResponseLinksGetAllServices
impl Send for NgwafResponseLinksGetAllServices
impl Sync for NgwafResponseLinksGetAllServices
impl Unpin for NgwafResponseLinksGetAllServices
impl UnwindSafe for NgwafResponseLinksGetAllServices
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