pub struct PostCodespacesSetCodespacesAccessUsers {
pub selected_usernames: Option<Vec<String>>,
}Fields§
§selected_usernames: Option<Vec<String>>The usernames of the organization members whose codespaces be billed to the organization.
Trait Implementations§
Source§impl Clone for PostCodespacesSetCodespacesAccessUsers
impl Clone for PostCodespacesSetCodespacesAccessUsers
Source§fn clone(&self) -> PostCodespacesSetCodespacesAccessUsers
fn clone(&self) -> PostCodespacesSetCodespacesAccessUsers
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 Default for PostCodespacesSetCodespacesAccessUsers
impl Default for PostCodespacesSetCodespacesAccessUsers
Source§fn default() -> PostCodespacesSetCodespacesAccessUsers
fn default() -> PostCodespacesSetCodespacesAccessUsers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostCodespacesSetCodespacesAccessUsers
impl<'de> Deserialize<'de> for PostCodespacesSetCodespacesAccessUsers
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 PostCodespacesSetCodespacesAccessUsers
impl PartialEq for PostCodespacesSetCodespacesAccessUsers
Source§fn eq(&self, other: &PostCodespacesSetCodespacesAccessUsers) -> bool
fn eq(&self, other: &PostCodespacesSetCodespacesAccessUsers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostCodespacesSetCodespacesAccessUsers
Auto Trait Implementations§
impl Freeze for PostCodespacesSetCodespacesAccessUsers
impl RefUnwindSafe for PostCodespacesSetCodespacesAccessUsers
impl Send for PostCodespacesSetCodespacesAccessUsers
impl Sync for PostCodespacesSetCodespacesAccessUsers
impl Unpin for PostCodespacesSetCodespacesAccessUsers
impl UnwindSafe for PostCodespacesSetCodespacesAccessUsers
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