pub struct FetchAsset {
pub uri: String,
pub request_id: Id,
}Fields§
§uri: String§request_id: IdImplementations§
Source§impl FetchAsset
impl FetchAsset
pub fn into_message(self) -> DigitalisResult<Message>
Trait Implementations§
Source§impl Clone for FetchAsset
impl Clone for FetchAsset
Source§fn clone(&self) -> FetchAsset
fn clone(&self) -> FetchAsset
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 FetchAsset
impl Debug for FetchAsset
Source§impl<'de> Deserialize<'de> for FetchAsset
impl<'de> Deserialize<'de> for FetchAsset
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<FetchAsset> for ClientJsonMessage
impl From<FetchAsset> for ClientJsonMessage
Source§fn from(msg: FetchAsset) -> Self
fn from(msg: FetchAsset) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FetchAsset
impl PartialEq for FetchAsset
Source§impl Serialize for FetchAsset
impl Serialize for FetchAsset
impl Eq for FetchAsset
impl StructuralPartialEq for FetchAsset
Auto Trait Implementations§
impl Freeze for FetchAsset
impl RefUnwindSafe for FetchAsset
impl Send for FetchAsset
impl Sync for FetchAsset
impl Unpin for FetchAsset
impl UnsafeUnpin for FetchAsset
impl UnwindSafe for FetchAsset
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