Expand description
Optional parameters of Node::connect_delete_proxy_with_path
Fields
path_: Option<&'a str>
Path is the URL path to use for the current proxy request to node.
Trait Implementations
sourceimpl<'a> Clone for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Clone for ConnectDeleteNodeProxyWithPathOptional<'a>
sourcefn clone(&self) -> ConnectDeleteNodeProxyWithPathOptional<'a>
fn clone(&self) -> ConnectDeleteNodeProxyWithPathOptional<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'a> Debug for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Debug for ConnectDeleteNodeProxyWithPathOptional<'a>
sourceimpl<'a> Default for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Default for ConnectDeleteNodeProxyWithPathOptional<'a>
sourcefn default() -> ConnectDeleteNodeProxyWithPathOptional<'a>
fn default() -> ConnectDeleteNodeProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectDeleteNodeProxyWithPathOptional<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Send for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Sync for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> Unpin for ConnectDeleteNodeProxyWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectDeleteNodeProxyWithPathOptional<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more