pub struct UpdateSmsJob {
pub job_id: String,
}Expand description
Fields§
§job_id: StringTrait Implementations§
Source§impl Clone for UpdateSmsJob
impl Clone for UpdateSmsJob
Source§fn clone(&self) -> UpdateSmsJob
fn clone(&self) -> UpdateSmsJob
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 Debug for UpdateSmsJob
impl Debug for UpdateSmsJob
Source§impl Deserializable for UpdateSmsJob
impl Deserializable for UpdateSmsJob
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateSmsJob> for Update
impl From<UpdateSmsJob> for Update
Source§fn from(x: UpdateSmsJob) -> Self
fn from(x: UpdateSmsJob) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateSmsJob
impl Identifiable for UpdateSmsJob
Source§const CONSTRUCTOR_ID: u32 = 0xf16269d4
const CONSTRUCTOR_ID: u32 = 0xf16269d4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateSmsJob
impl PartialEq for UpdateSmsJob
Source§impl Serializable for UpdateSmsJob
impl Serializable for UpdateSmsJob
Source§impl TryFrom<Update> for UpdateSmsJob
impl TryFrom<Update> for UpdateSmsJob
impl StructuralPartialEq for UpdateSmsJob
Auto Trait Implementations§
impl Freeze for UpdateSmsJob
impl RefUnwindSafe for UpdateSmsJob
impl Send for UpdateSmsJob
impl Sync for UpdateSmsJob
impl Unpin for UpdateSmsJob
impl UnsafeUnpin for UpdateSmsJob
impl UnwindSafe for UpdateSmsJob
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