pub struct ProtocolConfigs;
Trait Implementations§
Source§impl HasField<__typename> for ProtocolConfigs
impl HasField<__typename> for ProtocolConfigs
Source§impl HasField<config> for ProtocolConfigs
impl HasField<config> for ProtocolConfigs
Source§type Type = Option<ProtocolConfigAttr>
type Type = Option<ProtocolConfigAttr>
The schema marker type of this field.
Source§impl HasField<configs> for ProtocolConfigs
impl HasField<configs> for ProtocolConfigs
Source§type Type = Vec<ProtocolConfigAttr>
type Type = Vec<ProtocolConfigAttr>
The schema marker type of this field.
Source§impl HasField<featureFlag> for ProtocolConfigs
impl HasField<featureFlag> for ProtocolConfigs
Source§type Type = Option<ProtocolConfigFeatureFlag>
type Type = Option<ProtocolConfigFeatureFlag>
The schema marker type of this field.
Source§impl HasField<featureFlags> for ProtocolConfigs
impl HasField<featureFlags> for ProtocolConfigs
Source§type Type = Vec<ProtocolConfigFeatureFlag>
type Type = Vec<ProtocolConfigFeatureFlag>
The schema marker type of this field.
Source§impl HasField<protocolVersion> for ProtocolConfigs
impl HasField<protocolVersion> for ProtocolConfigs
Auto Trait Implementations§
impl Freeze for ProtocolConfigs
impl RefUnwindSafe for ProtocolConfigs
impl Send for ProtocolConfigs
impl Sync for ProtocolConfigs
impl Unpin for ProtocolConfigs
impl UnwindSafe for ProtocolConfigs
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§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