pub struct RequestScope(/* private fields */);Expand description
Import or API scope requested from the provider during extraction.
Implementations§
Trait Implementations§
Source§impl Clone for RequestScope
impl Clone for RequestScope
Source§fn clone(&self) -> RequestScope
fn clone(&self) -> RequestScope
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 RequestScope
impl Debug for RequestScope
Source§impl<'de> Deserialize<'de> for RequestScope
impl<'de> Deserialize<'de> for RequestScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<RequestScope> for RequestScope
impl From<RequestScope> for RequestScope
Source§fn from(value: RequestScope) -> Self
fn from(value: RequestScope) -> Self
Converts to this type from the input type.
Source§impl Hash for RequestScope
impl Hash for RequestScope
Source§impl Ord for RequestScope
impl Ord for RequestScope
Source§fn cmp(&self, other: &RequestScope) -> Ordering
fn cmp(&self, other: &RequestScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RequestScope
impl PartialEq for RequestScope
Source§impl PartialOrd for RequestScope
impl PartialOrd for RequestScope
Source§impl Serialize for RequestScope
impl Serialize for RequestScope
impl Eq for RequestScope
impl StructuralPartialEq for RequestScope
Auto Trait Implementations§
impl Freeze for RequestScope
impl RefUnwindSafe for RequestScope
impl Send for RequestScope
impl Sync for RequestScope
impl Unpin for RequestScope
impl UnsafeUnpin for RequestScope
impl UnwindSafe for RequestScope
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