pub struct WebLinksGetOptions {
pub boxapi: Option<String>,
}Expand description
Optional parameters for WebLinksManager::get.
Fields§
§boxapi: Option<String>Trait Implementations§
Source§impl Clone for WebLinksGetOptions
impl Clone for WebLinksGetOptions
Source§fn clone(&self) -> WebLinksGetOptions
fn clone(&self) -> WebLinksGetOptions
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 WebLinksGetOptions
impl Debug for WebLinksGetOptions
Source§impl Default for WebLinksGetOptions
impl Default for WebLinksGetOptions
Source§fn default() -> WebLinksGetOptions
fn default() -> WebLinksGetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebLinksGetOptions
impl RefUnwindSafe for WebLinksGetOptions
impl Send for WebLinksGetOptions
impl Sync for WebLinksGetOptions
impl Unpin for WebLinksGetOptions
impl UnsafeUnpin for WebLinksGetOptions
impl UnwindSafe for WebLinksGetOptions
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