pub struct GetdescriptorinfoParams {
pub descriptor: String,
}Expand description
Analyses a descriptor.
Fields§
§descriptor: StringThe descriptor.
Trait Implementations§
Source§impl Debug for GetdescriptorinfoParams
impl Debug for GetdescriptorinfoParams
Auto Trait Implementations§
impl Freeze for GetdescriptorinfoParams
impl RefUnwindSafe for GetdescriptorinfoParams
impl Send for GetdescriptorinfoParams
impl Sync for GetdescriptorinfoParams
impl Unpin for GetdescriptorinfoParams
impl UnwindSafe for GetdescriptorinfoParams
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