Struct async_graphql::types::connection::DefaultConnectionName
source · pub struct DefaultConnectionName;
Expand description
Name the connection type by default with the default format.
Trait Implementations§
source§impl ConnectionNameType for DefaultConnectionName
impl ConnectionNameType for DefaultConnectionName
source§fn type_name<T: OutputType>() -> String
fn type_name<T: OutputType>() -> String
Returns the connection type name.
Auto Trait Implementations§
impl Freeze for DefaultConnectionName
impl RefUnwindSafe for DefaultConnectionName
impl Send for DefaultConnectionName
impl Sync for DefaultConnectionName
impl Unpin for DefaultConnectionName
impl UnwindSafe for DefaultConnectionName
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