pub struct GQLSdlPrinter { /* private fields */ }Implementations§
Source§impl GQLSdlPrinter
impl GQLSdlPrinter
pub fn new() -> Self
pub fn with_indent(self, size: usize) -> Self
pub fn without_descriptions(self) -> Self
pub fn print_object(&self, obj: &GQLObject) -> String
pub fn print_enum(&self, e: &GQLEnumDef) -> String
pub fn print_schema(&self, schema: &GQLSchemaExtended) -> String
Auto Trait Implementations§
impl Freeze for GQLSdlPrinter
impl RefUnwindSafe for GQLSdlPrinter
impl Send for GQLSdlPrinter
impl Sync for GQLSdlPrinter
impl Unpin for GQLSdlPrinter
impl UnsafeUnpin for GQLSdlPrinter
impl UnwindSafe for GQLSdlPrinter
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