Struct google_clis_common::JsonTypeInfo
source · [−]pub struct JsonTypeInfo {
pub jtype: JsonType,
pub ctype: ComplexType,
}Fields
jtype: JsonTypectype: ComplexTypeAuto Trait Implementations
impl RefUnwindSafe for JsonTypeInfo
impl Send for JsonTypeInfo
impl Sync for JsonTypeInfo
impl Unpin for JsonTypeInfo
impl UnwindSafe for JsonTypeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more