pub struct RegisterCallbackUrlBody {
pub url: String,
pub http_method: String,
}Fields§
§url: String§http_method: StringTrait Implementations§
Source§impl Clone for RegisterCallbackUrlBody
impl Clone for RegisterCallbackUrlBody
Source§fn clone(&self) -> RegisterCallbackUrlBody
fn clone(&self) -> RegisterCallbackUrlBody
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 moreAuto Trait Implementations§
impl Freeze for RegisterCallbackUrlBody
impl RefUnwindSafe for RegisterCallbackUrlBody
impl Send for RegisterCallbackUrlBody
impl Sync for RegisterCallbackUrlBody
impl Unpin for RegisterCallbackUrlBody
impl UnsafeUnpin for RegisterCallbackUrlBody
impl UnwindSafe for RegisterCallbackUrlBody
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