pub struct DeletedVideoResource {
pub id: String,
pub object: String,
pub deleted: bool,
}Available on crate feature
video-types only.Fields§
§id: String§object: String§deleted: boolTrait Implementations§
Source§impl Clone for DeletedVideoResource
impl Clone for DeletedVideoResource
Source§fn clone(&self) -> DeletedVideoResource
fn clone(&self) -> DeletedVideoResource
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 DeletedVideoResource
impl Debug for DeletedVideoResource
Source§impl<'de> Deserialize<'de> for DeletedVideoResource
impl<'de> Deserialize<'de> for DeletedVideoResource
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 DeletedVideoResource
impl RefUnwindSafe for DeletedVideoResource
impl Send for DeletedVideoResource
impl Sync for DeletedVideoResource
impl Unpin for DeletedVideoResource
impl UnwindSafe for DeletedVideoResource
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