pub struct CreateEffects {
pub signed_urls: bool,
}Expand description
Parsed side effects of a create command that the host must apply to its
own transport/clock (the router stays transport-agnostic). The client is
already installed into the Option<SyncClient> slot by dispatch.
Fields§
§signed_urls: bool§5.4 capability the harness/host announced for its endpoints — the
host sets its transport’s supports_url_fetch accordingly.
Trait Implementations§
Source§impl Clone for CreateEffects
impl Clone for CreateEffects
Source§fn clone(&self) -> CreateEffects
fn clone(&self) -> CreateEffects
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 moreSource§impl Debug for CreateEffects
impl Debug for CreateEffects
Source§impl Default for CreateEffects
impl Default for CreateEffects
Source§fn default() -> CreateEffects
fn default() -> CreateEffects
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateEffects
impl RefUnwindSafe for CreateEffects
impl Send for CreateEffects
impl Sync for CreateEffects
impl Unpin for CreateEffects
impl UnsafeUnpin for CreateEffects
impl UnwindSafe for CreateEffects
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