[−][src]Struct firebase_rs::Collector
Trait Implementations
impl Handler for Collector[src]
fn write(&mut self, data: &[u8]) -> Result<usize, WriteError>[src]
fn read(&mut self, data: &mut [u8]) -> Result<usize, ReadError>[src]
fn seek(&mut self, whence: SeekFrom) -> SeekResult[src]
fn debug(&mut self, kind: InfoType, data: &[u8])[src]
fn header(&mut self, data: &[u8]) -> bool[src]
fn progress(
&mut self,
dltotal: f64,
dlnow: f64,
ultotal: f64,
ulnow: f64
) -> bool[src]
&mut self,
dltotal: f64,
dlnow: f64,
ultotal: f64,
ulnow: f64
) -> bool
fn ssl_ctx(&mut self, cx: *mut c_void) -> Result<(), Error>[src]
fn open_socket(
&mut self,
family: i32,
socktype: i32,
protocol: i32
) -> Option<i32>[src]
&mut self,
family: i32,
socktype: i32,
protocol: i32
) -> Option<i32>
Auto Trait Implementations
impl RefUnwindSafe for Collector
impl Send for Collector
impl Sync for Collector
impl Unpin for Collector
impl UnwindSafe for Collector
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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>,