pub struct PatchWorkspaceMemberBody {
pub break_glass: Option<bool>,
}Fields§
§break_glass: Option<bool>Whether to enable break-glass recovery for this member.
Implementations§
Source§impl PatchWorkspaceMemberBody
impl PatchWorkspaceMemberBody
pub fn new() -> PatchWorkspaceMemberBody
Trait Implementations§
Source§impl Clone for PatchWorkspaceMemberBody
impl Clone for PatchWorkspaceMemberBody
Source§fn clone(&self) -> PatchWorkspaceMemberBody
fn clone(&self) -> PatchWorkspaceMemberBody
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 PatchWorkspaceMemberBody
impl Debug for PatchWorkspaceMemberBody
Source§impl Default for PatchWorkspaceMemberBody
impl Default for PatchWorkspaceMemberBody
Source§fn default() -> PatchWorkspaceMemberBody
fn default() -> PatchWorkspaceMemberBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchWorkspaceMemberBody
impl<'de> Deserialize<'de> for PatchWorkspaceMemberBody
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 PatchWorkspaceMemberBody
impl PartialEq for PatchWorkspaceMemberBody
Source§fn eq(&self, other: &PatchWorkspaceMemberBody) -> bool
fn eq(&self, other: &PatchWorkspaceMemberBody) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PatchWorkspaceMemberBody
impl Serialize for PatchWorkspaceMemberBody
impl StructuralPartialEq for PatchWorkspaceMemberBody
Auto Trait Implementations§
impl Freeze for PatchWorkspaceMemberBody
impl RefUnwindSafe for PatchWorkspaceMemberBody
impl Send for PatchWorkspaceMemberBody
impl Sync for PatchWorkspaceMemberBody
impl Unpin for PatchWorkspaceMemberBody
impl UnsafeUnpin for PatchWorkspaceMemberBody
impl UnwindSafe for PatchWorkspaceMemberBody
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