pub struct FetchChannel {
pub channel_id: Id<ChannelMarker>,
}Fields§
§channel_id: Id<ChannelMarker>Implementations§
Source§impl FetchChannel
impl FetchChannel
Sourcepub fn builder() -> FetchChannelBuilder
pub fn builder() -> FetchChannelBuilder
Create an instance of FetchChannel using the builder syntax
Trait Implementations§
Source§impl Clone for FetchChannel
impl Clone for FetchChannel
Source§fn clone(&self) -> FetchChannel
fn clone(&self) -> FetchChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FetchChannel
impl Debug for FetchChannel
Source§impl Endpoint for FetchChannel
impl Endpoint for FetchChannel
impl Copy for FetchChannel
Auto Trait Implementations§
impl Freeze for FetchChannel
impl RefUnwindSafe for FetchChannel
impl Send for FetchChannel
impl Sync for FetchChannel
impl Unpin for FetchChannel
impl UnsafeUnpin for FetchChannel
impl UnwindSafe for FetchChannel
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