pub struct ComputerScreenContent {
pub image_url: Option<String>,
pub file_id: Option<String>,
}Fields§
§image_url: Option<String>The URL of the screenshot image.
file_id: Option<String>The identifier of an uploaded file that contains the screenshot.
Trait Implementations§
Source§impl Clone for ComputerScreenContent
impl Clone for ComputerScreenContent
Source§fn clone(&self) -> ComputerScreenContent
fn clone(&self) -> ComputerScreenContent
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 ComputerScreenContent
impl Debug for ComputerScreenContent
Source§impl<'de> Deserialize<'de> for ComputerScreenContent
impl<'de> Deserialize<'de> for ComputerScreenContent
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ComputerScreenContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ComputerScreenContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ComputerScreenContent
impl PartialEq for ComputerScreenContent
Source§impl Serialize for ComputerScreenContent
impl Serialize for ComputerScreenContent
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ComputerScreenContent
Auto Trait Implementations§
impl Freeze for ComputerScreenContent
impl RefUnwindSafe for ComputerScreenContent
impl Send for ComputerScreenContent
impl Sync for ComputerScreenContent
impl Unpin for ComputerScreenContent
impl UnsafeUnpin for ComputerScreenContent
impl UnwindSafe for ComputerScreenContent
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