Struct cyfs_base::AnyNamedObjectSignHelper
source · [−]pub struct AnyNamedObjectSignHelper;Implementations
sourceimpl AnyNamedObjectSignHelper
impl AnyNamedObjectSignHelper
pub async fn sign_and_set<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_and_set_desc<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_and_set_body<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_and_push<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_and_push_desc<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_and_push_body<S>(
signer: &S,
obj: &mut AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<()> where
S: Signer,
pub async fn sign_desc<S>(
signer: &S,
obj: &AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<Signature> where
S: Signer,
pub async fn sign_body<S>(
signer: &S,
obj: &AnyNamedObject,
sign_source: &SignatureSource
) -> BuckyResult<Signature> where
S: Signer,
Auto Trait Implementations
impl RefUnwindSafe for AnyNamedObjectSignHelper
impl Send for AnyNamedObjectSignHelper
impl Sync for AnyNamedObjectSignHelper
impl Unpin for AnyNamedObjectSignHelper
impl UnwindSafe for AnyNamedObjectSignHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more