Expand description
Optional parameters of Node::connect_get_proxy
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 ConnectGetNodeProxyOptional<'a>
impl<'a> Clone for ConnectGetNodeProxyOptional<'a>
sourcefn clone(&self) -> ConnectGetNodeProxyOptional<'a>
fn clone(&self) -> ConnectGetNodeProxyOptional<'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 ConnectGetNodeProxyOptional<'a>
impl<'a> Debug for ConnectGetNodeProxyOptional<'a>
sourceimpl<'a> Default for ConnectGetNodeProxyOptional<'a>
impl<'a> Default for ConnectGetNodeProxyOptional<'a>
sourcefn default() -> ConnectGetNodeProxyOptional<'a>
fn default() -> ConnectGetNodeProxyOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectGetNodeProxyOptional<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConnectGetNodeProxyOptional<'a>
impl<'a> Send for ConnectGetNodeProxyOptional<'a>
impl<'a> Sync for ConnectGetNodeProxyOptional<'a>
impl<'a> Unpin for ConnectGetNodeProxyOptional<'a>
impl<'a> UnwindSafe for ConnectGetNodeProxyOptional<'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