Struct edgedb_protocol::descriptors::OutputTypedesc
source · [−]pub struct OutputTypedesc { /* private fields */ }
Implementations
sourceimpl OutputTypedesc
impl OutputTypedesc
pub fn as_queryable_context(&self) -> DescriptorContext<'_>
pub fn descriptors(&self) -> &[Descriptor]
pub fn build_codec(&self) -> Result<Arc<dyn Codec>, CodecError>
pub fn root_pos(&self) -> Option<TypePos>
pub fn decode_with_id(
root_id: Uuid,
buf: &mut Input
) -> Result<Self, DecodeError>
Auto Trait Implementations
impl RefUnwindSafe for OutputTypedesc
impl Send for OutputTypedesc
impl Sync for OutputTypedesc
impl Unpin for OutputTypedesc
impl UnwindSafe for OutputTypedesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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