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