pub struct DDLinkInfo {
pub engine: String,
pub protocol: Protocol,
pub protimpl: ProtImpl,
}Fields§
§engine: String§protocol: Protocol§protimpl: ProtImplTrait Implementations§
Auto Trait Implementations§
impl Freeze for DDLinkInfo
impl RefUnwindSafe for DDLinkInfo
impl Send for DDLinkInfo
impl Sync for DDLinkInfo
impl Unpin for DDLinkInfo
impl UnwindSafe for DDLinkInfo
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