pub struct OpenCall {
pub url: Option<String>,
pub target: Option<String>,
pub features: Option<String>,
}Fields§
§url: Option<String>§target: Option<String>§features: Option<String>Trait Implementations§
impl Eq for OpenCall
impl StructuralPartialEq for OpenCall
Auto Trait Implementations§
impl Freeze for OpenCall
impl RefUnwindSafe for OpenCall
impl Send for OpenCall
impl Sync for OpenCall
impl Unpin for OpenCall
impl UnsafeUnpin for OpenCall
impl UnwindSafe for OpenCall
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