pub struct NetworkModule;Expand description
What a network request produces: one direct declaration-site unit carrying the builder module.
Trait Implementations§
Source§impl Clone for NetworkModule
impl Clone for NetworkModule
Source§fn clone(&self) -> NetworkModule
fn clone(&self) -> NetworkModule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetworkModule
Source§impl Debug for NetworkModule
impl Debug for NetworkModule
impl Eq for NetworkModule
Source§impl Kind for NetworkModule
impl Kind for NetworkModule
Source§const NAME: &'static str = "network-module"
const NAME: &'static str = "network-module"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = NetworkDeclaration
type Content = NetworkDeclaration
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Question = NoQuestions
type Question = NoQuestions
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for NetworkModule
impl PartialEq for NetworkModule
impl StructuralPartialEq for NetworkModule
Auto Trait Implementations§
impl Freeze for NetworkModule
impl RefUnwindSafe for NetworkModule
impl Send for NetworkModule
impl Sync for NetworkModule
impl Unpin for NetworkModule
impl UnsafeUnpin for NetworkModule
impl UnwindSafe for NetworkModule
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