Struct celcat::fetchable::resources::Resource [−][src]
pub struct Resource<R: ResourceType> {
pub id: R::Id,
pub text: String,
pub dept: String,
}Fields
id: R::Idtext: Stringdept: StringTrait Implementations
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
Auto Trait Implementations
impl<R> RefUnwindSafe for Resource<R> where
<R as ResourceType>::Id: RefUnwindSafe,
impl<R> Send for Resource<R> where
<R as ResourceType>::Id: Send,
impl<R> Sync for Resource<R> where
<R as ResourceType>::Id: Sync,
impl<R> Unpin for Resource<R> where
<R as ResourceType>::Id: Unpin,
impl<R> UnwindSafe for Resource<R> where
<R as ResourceType>::Id: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more