pub struct ServiceMetadata {
pub network_id: String,
pub service_path: String,
pub name: String,
pub version: String,
pub description: String,
pub actions: Vec<ActionMetadata>,
pub registration_time: u64,
pub last_start_time: Option<u64>,
}Fields§
§network_id: String§service_path: String§name: String§version: String§description: String§actions: Vec<ActionMetadata>§registration_time: u64§last_start_time: Option<u64>Trait Implementations§
Source§impl Clone for ServiceMetadata
impl Clone for ServiceMetadata
Source§fn clone(&self) -> ServiceMetadata
fn clone(&self) -> ServiceMetadata
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 ServiceMetadata
impl Debug for ServiceMetadata
Source§impl<'de> Deserialize<'de> for ServiceMetadata
impl<'de> Deserialize<'de> for ServiceMetadata
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 PartialEq for ServiceMetadata
impl PartialEq for ServiceMetadata
Source§impl RunarDecrypt for ServiceMetadata
impl RunarDecrypt for ServiceMetadata
Source§impl RunarEncrypt for ServiceMetadata
impl RunarEncrypt for ServiceMetadata
type Encrypted = ServiceMetadata
fn encrypt_with_keystore( &self, _keystore: &Arc<KeyStore>, _resolver: &dyn LabelResolver, ) -> Result<Self::Encrypted>
Source§impl Serialize for ServiceMetadata
impl Serialize for ServiceMetadata
impl RunarEncryptable for ServiceMetadata
impl StructuralPartialEq for ServiceMetadata
Auto Trait Implementations§
impl Freeze for ServiceMetadata
impl RefUnwindSafe for ServiceMetadata
impl Send for ServiceMetadata
impl Sync for ServiceMetadata
impl Unpin for ServiceMetadata
impl UnsafeUnpin for ServiceMetadata
impl UnwindSafe for ServiceMetadata
Blanket Implementations§
Source§impl<T> AsArcValue for T
impl<T> AsArcValue for T
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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