pub struct AddSharingGroup200Response {
pub sharing_group: Option<Box<SharingGroup>>,
pub organisation: Option<Box<Organisation>>,
pub sharing_group_org: Option<Vec<SharingGroupOrganisation>>,
pub sharing_group_server: Option<Vec<SharingGroupServer>>,
pub editable: Option<bool>,
pub deletable: Option<bool>,
}
Fields§
§sharing_group: Option<Box<SharingGroup>>
§organisation: Option<Box<Organisation>>
§sharing_group_org: Option<Vec<SharingGroupOrganisation>>
§sharing_group_server: Option<Vec<SharingGroupServer>>
§editable: Option<bool>
§deletable: Option<bool>
Implementations§
Source§impl AddSharingGroup200Response
impl AddSharingGroup200Response
pub fn new() -> AddSharingGroup200Response
Trait Implementations§
Source§impl Clone for AddSharingGroup200Response
impl Clone for AddSharingGroup200Response
Source§fn clone(&self) -> AddSharingGroup200Response
fn clone(&self) -> AddSharingGroup200Response
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 AddSharingGroup200Response
impl Debug for AddSharingGroup200Response
Source§impl Default for AddSharingGroup200Response
impl Default for AddSharingGroup200Response
Source§fn default() -> AddSharingGroup200Response
fn default() -> AddSharingGroup200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddSharingGroup200Response
impl<'de> Deserialize<'de> for AddSharingGroup200Response
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
impl StructuralPartialEq for AddSharingGroup200Response
Auto Trait Implementations§
impl Freeze for AddSharingGroup200Response
impl RefUnwindSafe for AddSharingGroup200Response
impl Send for AddSharingGroup200Response
impl Sync for AddSharingGroup200Response
impl Unpin for AddSharingGroup200Response
impl UnwindSafe for AddSharingGroup200Response
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