Struct rust_tdlib::types::StartScheduledGroupCall
source · [−]pub struct StartScheduledGroupCall { /* private fields */ }
Expand description
Starts a scheduled group call
Implementations
Trait Implementations
sourceimpl AsRef<StartScheduledGroupCall> for StartScheduledGroupCall
impl AsRef<StartScheduledGroupCall> for StartScheduledGroupCall
sourcefn as_ref(&self) -> &StartScheduledGroupCall
fn as_ref(&self) -> &StartScheduledGroupCall
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for StartScheduledGroupCall
impl Clone for StartScheduledGroupCall
sourcefn clone(&self) -> StartScheduledGroupCall
fn clone(&self) -> StartScheduledGroupCall
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 StartScheduledGroupCall
impl Debug for StartScheduledGroupCall
sourceimpl Default for StartScheduledGroupCall
impl Default for StartScheduledGroupCall
sourcefn default() -> StartScheduledGroupCall
fn default() -> StartScheduledGroupCall
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StartScheduledGroupCall
impl<'de> Deserialize<'de> for StartScheduledGroupCall
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 StartScheduledGroupCall
impl Serialize for StartScheduledGroupCall
Auto Trait Implementations
impl RefUnwindSafe for StartScheduledGroupCall
impl Send for StartScheduledGroupCall
impl Sync for StartScheduledGroupCall
impl Unpin for StartScheduledGroupCall
impl UnwindSafe for StartScheduledGroupCall
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