[][src]Struct dropbox_sdk::team_log::ShowcaseUnresolveCommentDetails

pub struct ShowcaseUnresolveCommentDetails {
    pub event_uuid: String,
    pub comment_text: Option<String>,
}

Unresolved showcase comment.

Fields

event_uuid: String

Event unique identifier.

comment_text: Option<String>

Comment text.

Methods

impl ShowcaseUnresolveCommentDetails[src]

pub fn new(event_uuid: String) -> Self[src]

pub fn with_comment_text(self, value: Option<String>) -> Self[src]

Trait Implementations

impl Debug for ShowcaseUnresolveCommentDetails[src]

impl Serialize for ShowcaseUnresolveCommentDetails[src]

impl<'de> Deserialize<'de> for ShowcaseUnresolveCommentDetails[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]