pub struct EndGroupCallScreenSharing { /* private fields */ }
Expand description
Ends screen sharing in a joined group call
Implementations§
Trait Implementations§
Source§impl AsRef<EndGroupCallScreenSharing> for EndGroupCallScreenSharing
impl AsRef<EndGroupCallScreenSharing> for EndGroupCallScreenSharing
Source§fn as_ref(&self) -> &EndGroupCallScreenSharing
fn as_ref(&self) -> &EndGroupCallScreenSharing
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for EndGroupCallScreenSharing
impl Clone for EndGroupCallScreenSharing
Source§fn clone(&self) -> EndGroupCallScreenSharing
fn clone(&self) -> EndGroupCallScreenSharing
Returns a copy 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 EndGroupCallScreenSharing
impl Debug for EndGroupCallScreenSharing
Source§impl Default for EndGroupCallScreenSharing
impl Default for EndGroupCallScreenSharing
Source§fn default() -> EndGroupCallScreenSharing
fn default() -> EndGroupCallScreenSharing
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndGroupCallScreenSharing
impl<'de> Deserialize<'de> for EndGroupCallScreenSharing
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
Auto Trait Implementations§
impl Freeze for EndGroupCallScreenSharing
impl RefUnwindSafe for EndGroupCallScreenSharing
impl Send for EndGroupCallScreenSharing
impl Sync for EndGroupCallScreenSharing
impl Unpin for EndGroupCallScreenSharing
impl UnwindSafe for EndGroupCallScreenSharing
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