pub struct CreateGroup201Response {
pub response_id: Uuid,
pub group: Box<FirewallGroup>,
}Fields§
§response_id: UuidID запроса, который можно указывать при обращении в службу технической поддержки, чтобы помочь определить проблему.
group: Box<FirewallGroup>Implementations§
Source§impl CreateGroup201Response
impl CreateGroup201Response
pub fn new(response_id: Uuid, group: FirewallGroup) -> CreateGroup201Response
Trait Implementations§
Source§impl Clone for CreateGroup201Response
impl Clone for CreateGroup201Response
Source§fn clone(&self) -> CreateGroup201Response
fn clone(&self) -> CreateGroup201Response
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateGroup201Response
impl Debug for CreateGroup201Response
Source§impl Default for CreateGroup201Response
impl Default for CreateGroup201Response
Source§fn default() -> CreateGroup201Response
fn default() -> CreateGroup201Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateGroup201Response
impl<'de> Deserialize<'de> for CreateGroup201Response
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 CreateGroup201Response
impl PartialEq for CreateGroup201Response
Source§fn eq(&self, other: &CreateGroup201Response) -> bool
fn eq(&self, other: &CreateGroup201Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateGroup201Response
impl Serialize for CreateGroup201Response
impl StructuralPartialEq for CreateGroup201Response
Auto Trait Implementations§
impl Freeze for CreateGroup201Response
impl RefUnwindSafe for CreateGroup201Response
impl Send for CreateGroup201Response
impl Sync for CreateGroup201Response
impl Unpin for CreateGroup201Response
impl UnsafeUnpin for CreateGroup201Response
impl UnwindSafe for CreateGroup201Response
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