pub struct PutChannelTopicRequest {
pub topic: String,
}Expand description
PutChannelTopicRequest : チャンネルトピック編集リクエスト
Fields§
§topic: Stringトピック
Implementations§
Source§impl PutChannelTopicRequest
impl PutChannelTopicRequest
Sourcepub fn new(topic: String) -> PutChannelTopicRequest
pub fn new(topic: String) -> PutChannelTopicRequest
チャンネルトピック編集リクエスト
Trait Implementations§
Source§impl Clone for PutChannelTopicRequest
impl Clone for PutChannelTopicRequest
Source§fn clone(&self) -> PutChannelTopicRequest
fn clone(&self) -> PutChannelTopicRequest
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 PutChannelTopicRequest
impl Debug for PutChannelTopicRequest
Source§impl Default for PutChannelTopicRequest
impl Default for PutChannelTopicRequest
Source§fn default() -> PutChannelTopicRequest
fn default() -> PutChannelTopicRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutChannelTopicRequest
impl<'de> Deserialize<'de> for PutChannelTopicRequest
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 PutChannelTopicRequest
impl PartialEq for PutChannelTopicRequest
Source§impl Serialize for PutChannelTopicRequest
impl Serialize for PutChannelTopicRequest
impl StructuralPartialEq for PutChannelTopicRequest
Auto Trait Implementations§
impl Freeze for PutChannelTopicRequest
impl RefUnwindSafe for PutChannelTopicRequest
impl Send for PutChannelTopicRequest
impl Sync for PutChannelTopicRequest
impl Unpin for PutChannelTopicRequest
impl UnwindSafe for PutChannelTopicRequest
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