pub struct NodeTarget {
pub endpoint: String,
pub canonical_endpoint: String,
pub auth: Auth,
}Fields§
§endpoint: String§canonical_endpoint: String§auth: AuthTrait Implementations§
Source§impl Clone for NodeTarget
impl Clone for NodeTarget
Source§fn clone(&self) -> NodeTarget
fn clone(&self) -> NodeTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NodeTarget
impl Debug for NodeTarget
Source§impl PartialEq for NodeTarget
impl PartialEq for NodeTarget
impl Eq for NodeTarget
impl StructuralPartialEq for NodeTarget
Auto Trait Implementations§
impl Freeze for NodeTarget
impl RefUnwindSafe for NodeTarget
impl Send for NodeTarget
impl Sync for NodeTarget
impl Unpin for NodeTarget
impl UnsafeUnpin for NodeTarget
impl UnwindSafe for NodeTarget
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