pub struct ILinkClientOptions {
pub bot_agent: Option<String>,
pub route_tag: Option<String>,
pub ilink_app_id: Option<String>,
pub markdown_filter: bool,
}Expand description
Low-level iLink client options.
Fields§
§bot_agent: Option<String>§route_tag: Option<String>§ilink_app_id: Option<String>§markdown_filter: boolTrait Implementations§
Source§impl Clone for ILinkClientOptions
impl Clone for ILinkClientOptions
Source§fn clone(&self) -> ILinkClientOptions
fn clone(&self) -> ILinkClientOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ILinkClientOptions
impl Debug for ILinkClientOptions
Auto Trait Implementations§
impl Freeze for ILinkClientOptions
impl RefUnwindSafe for ILinkClientOptions
impl Send for ILinkClientOptions
impl Sync for ILinkClientOptions
impl Unpin for ILinkClientOptions
impl UnsafeUnpin for ILinkClientOptions
impl UnwindSafe for ILinkClientOptions
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