pub struct InvitesGetOptions {
pub fields: Option<Vec<String>>,
}Expand description
Optional parameters for InvitesManager::get.
Fields§
§fields: Option<Vec<String>>Trait Implementations§
Source§impl Clone for InvitesGetOptions
impl Clone for InvitesGetOptions
Source§fn clone(&self) -> InvitesGetOptions
fn clone(&self) -> InvitesGetOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InvitesGetOptions
impl Debug for InvitesGetOptions
Source§impl Default for InvitesGetOptions
impl Default for InvitesGetOptions
Source§fn default() -> InvitesGetOptions
fn default() -> InvitesGetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InvitesGetOptions
impl RefUnwindSafe for InvitesGetOptions
impl Send for InvitesGetOptions
impl Sync for InvitesGetOptions
impl Unpin for InvitesGetOptions
impl UnsafeUnpin for InvitesGetOptions
impl UnwindSafe for InvitesGetOptions
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