pub struct SetWorkspaceId {
pub workspace_id: Option<String>,
}
Fields§
§workspace_id: Option<String>
The workspace to link with the Next-Gen WAF product. Note this body is only supported and required when product_id
is ngwaf
Implementations§
Source§impl SetWorkspaceId
impl SetWorkspaceId
pub fn new() -> SetWorkspaceId
Trait Implementations§
Source§impl Clone for SetWorkspaceId
impl Clone for SetWorkspaceId
Source§fn clone(&self) -> SetWorkspaceId
fn clone(&self) -> SetWorkspaceId
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 SetWorkspaceId
impl Debug for SetWorkspaceId
Source§impl Default for SetWorkspaceId
impl Default for SetWorkspaceId
Source§fn default() -> SetWorkspaceId
fn default() -> SetWorkspaceId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetWorkspaceId
impl<'de> Deserialize<'de> for SetWorkspaceId
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 SetWorkspaceId
impl PartialEq for SetWorkspaceId
Source§impl Serialize for SetWorkspaceId
impl Serialize for SetWorkspaceId
impl StructuralPartialEq for SetWorkspaceId
Auto Trait Implementations§
impl Freeze for SetWorkspaceId
impl RefUnwindSafe for SetWorkspaceId
impl Send for SetWorkspaceId
impl Sync for SetWorkspaceId
impl Unpin for SetWorkspaceId
impl UnwindSafe for SetWorkspaceId
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