pub struct PropertyType;
Trait Implementations§
Source§impl HasField<__typename> for PropertyType
impl HasField<__typename> for PropertyType
Source§impl HasField<dataType> for PropertyType
impl HasField<dataType> for PropertyType
Source§impl HasField<description> for PropertyType
impl HasField<description> for PropertyType
Source§impl HasField<extensions> for PropertyType
impl HasField<extensions> for PropertyType
Source§impl HasField<mutability> for PropertyType
impl HasField<mutability> for PropertyType
Source§type Type = Mutability
type Type = Mutability
The schema marker type of this field.
Source§impl HasField<name> for PropertyType
impl HasField<name> for PropertyType
Source§impl HasField<socketType> for PropertyType
impl HasField<socketType> for PropertyType
Source§type Type = SocketType
type Type = SocketType
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PropertyType
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more