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