pub struct AccessControlApi {
pub client: LivepeerClient,
pub urls: LivepeerUrls,
}Fields§
§client: LivepeerClient§urls: LivepeerUrlsImplementations§
Source§impl AccessControlApi
impl AccessControlApi
pub fn new(client: &LivepeerClient) -> Self
Sourcepub fn _get_signing_keys(&self) -> Result<Value, Error>
pub fn _get_signing_keys(&self) -> Result<Value, Error>
List all Signing keys
pub fn _create_signing_key(&self, name: String) -> Result<Value, Error>
pub fn _delete_signing_key(&self, id: String) -> Result<Value, Error>
Trait Implementations§
Source§impl AccessControl for AccessControlApi
impl AccessControl for AccessControlApi
Source§impl Clone for AccessControlApi
impl Clone for AccessControlApi
Source§fn clone(&self) -> AccessControlApi
fn clone(&self) -> AccessControlApi
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for AccessControlApi
impl RefUnwindSafe for AccessControlApi
impl Send for AccessControlApi
impl Sync for AccessControlApi
impl Unpin for AccessControlApi
impl UnwindSafe for AccessControlApi
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