pub enum SmsJob {
SmsJob(SmsJob),
}Expand description
Variants§
Trait Implementations§
Source§impl Deserializable for SmsJob
impl Deserializable for SmsJob
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 Serializable for SmsJob
impl Serializable for SmsJob
impl StructuralPartialEq for SmsJob
Auto Trait Implementations§
impl Freeze for SmsJob
impl RefUnwindSafe for SmsJob
impl Send for SmsJob
impl Sync for SmsJob
impl Unpin for SmsJob
impl UnsafeUnpin for SmsJob
impl UnwindSafe for SmsJob
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