pub struct ResolvedZoweConnection {
pub host: String,
pub port: u16,
pub user: String,
pub password: String,
pub protocol: String,
pub reject_unauthorized: bool,
}Fields§
§host: String§port: u16§user: String§password: String§protocol: StringTrait Implementations§
Source§impl Clone for ResolvedZoweConnection
impl Clone for ResolvedZoweConnection
Source§fn clone(&self) -> ResolvedZoweConnection
fn clone(&self) -> ResolvedZoweConnection
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 moreAuto Trait Implementations§
impl Freeze for ResolvedZoweConnection
impl RefUnwindSafe for ResolvedZoweConnection
impl Send for ResolvedZoweConnection
impl Sync for ResolvedZoweConnection
impl Unpin for ResolvedZoweConnection
impl UnsafeUnpin for ResolvedZoweConnection
impl UnwindSafe for ResolvedZoweConnection
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