pub struct DICTUrl {
pub host: String,
pub port: u16,
pub access_method: DICTUrlAccess,
}Fields§
§host: String§port: u16§access_method: DICTUrlAccessImplementations§
Auto Trait Implementations§
impl Freeze for DICTUrl
impl RefUnwindSafe for DICTUrl
impl Send for DICTUrl
impl Sync for DICTUrl
impl Unpin for DICTUrl
impl UnsafeUnpin for DICTUrl
impl UnwindSafe for DICTUrl
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