pub struct CallOptions {
pub method: String,
pub path: String,
pub url: Option<String>,
pub permissions: Option<PermissionSet>,
pub origin: Option<String>,
}Fields§
§method: String§path: String§url: Option<String>§permissions: Option<PermissionSet>§origin: Option<String>Trait Implementations§
Source§impl Clone for CallOptions
impl Clone for CallOptions
Auto Trait Implementations§
impl Freeze for CallOptions
impl RefUnwindSafe for CallOptions
impl Send for CallOptions
impl Sync for CallOptions
impl Unpin for CallOptions
impl UnsafeUnpin for CallOptions
impl UnwindSafe for CallOptions
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