pub struct PictureSize {
pub target_name: String,
pub url: String,
}Fields§
§target_name: String§url: StringTrait Implementations§
Source§impl Clone for PictureSize
impl Clone for PictureSize
Source§fn clone(&self) -> PictureSize
fn clone(&self) -> PictureSize
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 PictureSize
impl Debug for PictureSize
Source§impl From<&PictureSize> for PictureSize
impl From<&PictureSize> for PictureSize
Source§fn from(size: &PictureSizeMessage) -> Self
fn from(size: &PictureSizeMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PictureSize
impl RefUnwindSafe for PictureSize
impl Send for PictureSize
impl Sync for PictureSize
impl Unpin for PictureSize
impl UnwindSafe for PictureSize
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