pub struct UpdateUserToGroupBean {
pub name: Option<String>,
pub account_id: Option<String>,
}
Fields§
§name: Option<String>
This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
account_id: Option<String>
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
Implementations§
Source§impl UpdateUserToGroupBean
impl UpdateUserToGroupBean
pub fn new() -> UpdateUserToGroupBean
Trait Implementations§
Source§impl Clone for UpdateUserToGroupBean
impl Clone for UpdateUserToGroupBean
Source§fn clone(&self) -> UpdateUserToGroupBean
fn clone(&self) -> UpdateUserToGroupBean
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 UpdateUserToGroupBean
impl Debug for UpdateUserToGroupBean
Source§impl Default for UpdateUserToGroupBean
impl Default for UpdateUserToGroupBean
Source§fn default() -> UpdateUserToGroupBean
fn default() -> UpdateUserToGroupBean
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateUserToGroupBean
impl<'de> Deserialize<'de> for UpdateUserToGroupBean
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 UpdateUserToGroupBean
impl PartialEq for UpdateUserToGroupBean
Source§impl Serialize for UpdateUserToGroupBean
impl Serialize for UpdateUserToGroupBean
impl StructuralPartialEq for UpdateUserToGroupBean
Auto Trait Implementations§
impl Freeze for UpdateUserToGroupBean
impl RefUnwindSafe for UpdateUserToGroupBean
impl Send for UpdateUserToGroupBean
impl Sync for UpdateUserToGroupBean
impl Unpin for UpdateUserToGroupBean
impl UnwindSafe for UpdateUserToGroupBean
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