Function update

Source
pub fn update<T: Updateable + UpdateParams>(
    client: &mut Client,
    entity: T,
) -> Result<u64, Error>