pub struct MediaAttachToTurnResult {
pub attachment: MediaAttachment,
pub image: Option<InputImage>,
}Fields§
§attachment: MediaAttachment§image: Option<InputImage>Trait Implementations§
Source§impl Clone for MediaAttachToTurnResult
impl Clone for MediaAttachToTurnResult
Source§fn clone(&self) -> MediaAttachToTurnResult
fn clone(&self) -> MediaAttachToTurnResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MediaAttachToTurnResult
impl Debug for MediaAttachToTurnResult
Source§impl<'de> Deserialize<'de> for MediaAttachToTurnResult
impl<'de> Deserialize<'de> for MediaAttachToTurnResult
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 MediaAttachToTurnResult
impl RefUnwindSafe for MediaAttachToTurnResult
impl Send for MediaAttachToTurnResult
impl Sync for MediaAttachToTurnResult
impl Unpin for MediaAttachToTurnResult
impl UnsafeUnpin for MediaAttachToTurnResult
impl UnwindSafe for MediaAttachToTurnResult
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