Struct rust_tdlib::types::EndGroupCallScreenSharing
source · [−]pub struct EndGroupCallScreenSharing { /* private fields */ }Expand description
Ends screen sharing in a joined group call
Implementations
Trait Implementations
sourceimpl AsRef<EndGroupCallScreenSharing> for EndGroupCallScreenSharing
impl AsRef<EndGroupCallScreenSharing> for EndGroupCallScreenSharing
sourcefn as_ref(&self) -> &EndGroupCallScreenSharing
fn as_ref(&self) -> &EndGroupCallScreenSharing
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for EndGroupCallScreenSharing
impl Clone for EndGroupCallScreenSharing
sourcefn clone(&self) -> EndGroupCallScreenSharing
fn clone(&self) -> EndGroupCallScreenSharing
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EndGroupCallScreenSharing
impl Debug for EndGroupCallScreenSharing
sourceimpl Default for EndGroupCallScreenSharing
impl Default for EndGroupCallScreenSharing
sourcefn default() -> EndGroupCallScreenSharing
fn default() -> EndGroupCallScreenSharing
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EndGroupCallScreenSharing
impl<'de> Deserialize<'de> for EndGroupCallScreenSharing
sourcefn 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
sourceimpl Serialize for EndGroupCallScreenSharing
impl Serialize for EndGroupCallScreenSharing
Auto Trait Implementations
impl RefUnwindSafe for EndGroupCallScreenSharing
impl Send for EndGroupCallScreenSharing
impl Sync for EndGroupCallScreenSharing
impl Unpin for EndGroupCallScreenSharing
impl UnwindSafe for EndGroupCallScreenSharing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more