pub struct DetachModuleRequest {
pub bot_id: Option<String>,
}
Expand description
DetachModuleRequest : Unlink (detach) the module channel by the operation of the module channel administrator
Fields§
§bot_id: Option<String>
User ID of the LINE Official Account bot attached to the module channel.
Implementations§
Source§impl DetachModuleRequest
impl DetachModuleRequest
Sourcepub fn new() -> DetachModuleRequest
pub fn new() -> DetachModuleRequest
Unlink (detach) the module channel by the operation of the module channel administrator
Trait Implementations§
Source§impl Clone for DetachModuleRequest
impl Clone for DetachModuleRequest
Source§fn clone(&self) -> DetachModuleRequest
fn clone(&self) -> DetachModuleRequest
Returns a copy 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 DetachModuleRequest
impl Debug for DetachModuleRequest
Source§impl Default for DetachModuleRequest
impl Default for DetachModuleRequest
Source§fn default() -> DetachModuleRequest
fn default() -> DetachModuleRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DetachModuleRequest
impl<'de> Deserialize<'de> for DetachModuleRequest
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 DetachModuleRequest
impl PartialEq for DetachModuleRequest
Source§impl Serialize for DetachModuleRequest
impl Serialize for DetachModuleRequest
impl StructuralPartialEq for DetachModuleRequest
Auto Trait Implementations§
impl Freeze for DetachModuleRequest
impl RefUnwindSafe for DetachModuleRequest
impl Send for DetachModuleRequest
impl Sync for DetachModuleRequest
impl Unpin for DetachModuleRequest
impl UnwindSafe for DetachModuleRequest
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