pub struct EntityURLResponse {
pub url: String,
pub stream_saver_display_name: Option<String>,
}Expand description
Entity URL response
Fields§
§url: String§stream_saver_display_name: Option<String>Trait Implementations§
Source§impl Clone for EntityURLResponse
impl Clone for EntityURLResponse
Source§fn clone(&self) -> EntityURLResponse
fn clone(&self) -> EntityURLResponse
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 EntityURLResponse
impl Debug for EntityURLResponse
Source§impl Default for EntityURLResponse
impl Default for EntityURLResponse
Source§fn default() -> EntityURLResponse
fn default() -> EntityURLResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityURLResponse
impl<'de> Deserialize<'de> for EntityURLResponse
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 EntityURLResponse
impl RefUnwindSafe for EntityURLResponse
impl Send for EntityURLResponse
impl Sync for EntityURLResponse
impl Unpin for EntityURLResponse
impl UnsafeUnpin for EntityURLResponse
impl UnwindSafe for EntityURLResponse
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