pub struct NoResolve;Trait Implementations§
Source§impl Resolve for NoResolve
impl Resolve for NoResolve
fn resolve_flags( &self, _: PlainRef, _: ParseFlags, _: usize, ) -> Result<Primitive>
fn get<T: Object + DataSize>(&self, _r: Ref<T>) -> Result<RcRef<T>>
fn options(&self) -> &ParseOptions
fn get_data_or_decode( &self, _: PlainRef, _: Range<usize>, _: &[StreamFilter], ) -> Result<Arc<[u8]>>
fn stream_data(&self, id: PlainRef, range: Range<usize>) -> Result<Arc<[u8]>>
fn resolve(&self, r: PlainRef) -> Result<Primitive>
Auto Trait Implementations§
impl Freeze for NoResolve
impl RefUnwindSafe for NoResolve
impl Send for NoResolve
impl Sync for NoResolve
impl Unpin for NoResolve
impl UnwindSafe for NoResolve
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
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