pub struct Method { /* private fields */ }Expand description
Method describes an exposed method from an actor entrypoint.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Method
Implement custom deserialization method for Method as we expect the bytes to be deserialized to only contain
the name and not the number property that is generated at deserialization time.
impl<'de> Deserialize<'de> for Method
Implement custom deserialization method for Method as we expect the bytes to be deserialized to only contain
the name and not the number property that is generated at deserialization time.
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 Ord for Method
impl Ord for Method
Source§impl PartialOrd for Method
impl PartialOrd for Method
impl Eq for Method
impl StructuralPartialEq for Method
Auto Trait Implementations§
impl Freeze for Method
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnwindSafe for Method
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