pub struct OutputSharingProfile {
pub name: String,
pub description: String,
pub auto_share: bool,
pub editable: bool,
pub permission_profile: String,
pub task_rule: String,
pub observable_rule: String,
}Fields§
§name: String§description: String§editable: bool§permission_profile: String§task_rule: String§observable_rule: StringImplementations§
Trait Implementations§
Source§impl Clone for OutputSharingProfile
impl Clone for OutputSharingProfile
Source§fn clone(&self) -> OutputSharingProfile
fn clone(&self) -> OutputSharingProfile
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 OutputSharingProfile
impl Debug for OutputSharingProfile
Source§impl Default for OutputSharingProfile
impl Default for OutputSharingProfile
Source§fn default() -> OutputSharingProfile
fn default() -> OutputSharingProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputSharingProfile
impl<'de> Deserialize<'de> for OutputSharingProfile
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 OutputSharingProfile
impl PartialEq for OutputSharingProfile
Source§impl Serialize for OutputSharingProfile
impl Serialize for OutputSharingProfile
impl StructuralPartialEq for OutputSharingProfile
Auto Trait Implementations§
impl Freeze for OutputSharingProfile
impl RefUnwindSafe for OutputSharingProfile
impl Send for OutputSharingProfile
impl Sync for OutputSharingProfile
impl Unpin for OutputSharingProfile
impl UnwindSafe for OutputSharingProfile
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