[−]Struct yew_stdweb::services::reader::Blob
A reference to a JavaScript object which implements the IBlob interface.
Methods
impl Blob
Trait Implementations
impl AsRef<Reference> for Blob
fn as_ref(&self) -> &Reference
impl Clone for Blob
fn clone(&self) -> Blob
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Blob
impl Eq for Blob
impl From<File> for Blob
impl IBlob for Blob
fn len(&self) -> u64
fn mime(&self) -> Option<String>
fn slice<T>(&self, range: T) -> Blob where
T: RangeBounds<u64>,
T: RangeBounds<u64>,
fn slice_with_content_type<T>(&self, range: T, content_type: &str) -> Blob where
T: RangeBounds<u64>,
T: RangeBounds<u64>,
impl InstanceOf for Blob
fn instance_of(reference: &Reference) -> bool
impl JsSerialize for Blob
impl PartialEq<Blob> for Blob
impl ReferenceType for Blob
unsafe fn from_reference_unchecked(reference: Reference) -> Blob
impl StructuralEq for Blob
impl StructuralPartialEq for Blob
impl<'_r> TryFrom<&'_r Reference> for Blob
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: &Reference
) -> Result<Blob, <Blob as TryFrom<&'_r Reference>>::Error>
reference: &Reference
) -> Result<Blob, <Blob as TryFrom<&'_r Reference>>::Error>
impl<'_r> TryFrom<&'_r Value> for Blob
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: &Value) -> Result<Blob, <Blob as TryFrom<&'_r Value>>::Error>
impl TryFrom<Blob> for File
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(value: Blob) -> Result<File, <File as TryFrom<Blob>>::Error>
impl TryFrom<Reference> for Blob
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: Reference
) -> Result<Blob, <Blob as TryFrom<Reference>>::Error>
reference: Reference
) -> Result<Blob, <Blob as TryFrom<Reference>>::Error>
impl TryFrom<Value> for Blob
Auto Trait Implementations
impl RefUnwindSafe for Blob
impl Send for Blob
impl Sync for Blob
impl Unpin for Blob
impl UnwindSafe for Blob
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any, [src]
T: Clone + Any,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,