pub struct InputStoryContentPhoto { /* private fields */ }Expand description
Describes a photo to post as a story.
Implementations§
Trait Implementations§
Source§impl From<InputStoryContentPhoto> for InputStoryContent
impl From<InputStoryContentPhoto> for InputStoryContent
Source§fn from(value: InputStoryContentPhoto) -> Self
fn from(value: InputStoryContentPhoto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InputStoryContentPhoto
impl !RefUnwindSafe for InputStoryContentPhoto
impl Send for InputStoryContentPhoto
impl Sync for InputStoryContentPhoto
impl Unpin for InputStoryContentPhoto
impl !UnwindSafe for InputStoryContentPhoto
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