pub struct SetUserOrganisationsRequest {
pub organisations: Option<Vec<InputUserOrganisation>>,
}Fields§
§organisations: Option<Vec<InputUserOrganisation>>Implementations§
Source§impl SetUserOrganisationsRequest
impl SetUserOrganisationsRequest
pub fn new() -> SetUserOrganisationsRequest
Trait Implementations§
Source§impl Clone for SetUserOrganisationsRequest
impl Clone for SetUserOrganisationsRequest
Source§fn clone(&self) -> SetUserOrganisationsRequest
fn clone(&self) -> SetUserOrganisationsRequest
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 SetUserOrganisationsRequest
impl Debug for SetUserOrganisationsRequest
Source§impl Default for SetUserOrganisationsRequest
impl Default for SetUserOrganisationsRequest
Source§fn default() -> SetUserOrganisationsRequest
fn default() -> SetUserOrganisationsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetUserOrganisationsRequest
impl<'de> Deserialize<'de> for SetUserOrganisationsRequest
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 SetUserOrganisationsRequest
Auto Trait Implementations§
impl Freeze for SetUserOrganisationsRequest
impl RefUnwindSafe for SetUserOrganisationsRequest
impl Send for SetUserOrganisationsRequest
impl Sync for SetUserOrganisationsRequest
impl Unpin for SetUserOrganisationsRequest
impl UnwindSafe for SetUserOrganisationsRequest
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