pub struct StartLiveStoryResultFail {
pub error_type: CanPostStoryResult,
}Expand description
The live story failed to post with an error to be handled
Fields§
§error_type: CanPostStoryResultType of the error; other error types may be returned as regular errors
Trait Implementations§
Source§impl Clone for StartLiveStoryResultFail
impl Clone for StartLiveStoryResultFail
Source§fn clone(&self) -> StartLiveStoryResultFail
fn clone(&self) -> StartLiveStoryResultFail
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 StartLiveStoryResultFail
impl Debug for StartLiveStoryResultFail
Source§impl<'de> Deserialize<'de> for StartLiveStoryResultFail
impl<'de> Deserialize<'de> for StartLiveStoryResultFail
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
Source§impl PartialEq for StartLiveStoryResultFail
impl PartialEq for StartLiveStoryResultFail
Source§impl Serialize for StartLiveStoryResultFail
impl Serialize for StartLiveStoryResultFail
impl StructuralPartialEq for StartLiveStoryResultFail
Auto Trait Implementations§
impl Freeze for StartLiveStoryResultFail
impl RefUnwindSafe for StartLiveStoryResultFail
impl Send for StartLiveStoryResultFail
impl Sync for StartLiveStoryResultFail
impl Unpin for StartLiveStoryResultFail
impl UnsafeUnpin for StartLiveStoryResultFail
impl UnwindSafe for StartLiveStoryResultFail
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