Enum ruma_events::room::MediaSource
source · pub enum MediaSource {
Plain(OwnedMxcUri),
Encrypted(Box<EncryptedFile>),
}
Expand description
The source of a media file.
Variants§
Plain(OwnedMxcUri)
The MXC URI to the unencrypted media file.
Encrypted(Box<EncryptedFile>)
The encryption info of the encrypted media file.
Trait Implementations§
source§impl Clone for MediaSource
impl Clone for MediaSource
source§fn clone(&self) -> MediaSource
fn clone(&self) -> MediaSource
Returns a copy 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 MediaSource
impl Debug for MediaSource
source§impl<'de> Deserialize<'de> for MediaSource
impl<'de> Deserialize<'de> for MediaSource
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
source§impl From<MediaSource> for StickerMediaSource
impl From<MediaSource> for StickerMediaSource
source§fn from(value: MediaSource) -> Self
fn from(value: MediaSource) -> Self
Converts to this type from the input type.
source§impl From<StickerMediaSource> for MediaSource
impl From<StickerMediaSource> for MediaSource
source§fn from(value: StickerMediaSource) -> Self
fn from(value: StickerMediaSource) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MediaSource
impl RefUnwindSafe for MediaSource
impl Send for MediaSource
impl Sync for MediaSource
impl Unpin for MediaSource
impl UnwindSafe for MediaSource
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)